CS Notes

Recent writing

  • VLAN

    Aug 29, 2025

    • networking
  • End-to-End Service Access Troubleshooting

    Aug 29, 2025

    • networking
  • File System Link

    Aug 29, 2025

    • OS
    • bash

See 642 more →

👋🏻 Join My Telegram channel!


I share real-world lessons from building scalable systems at Binance, and running mission-critical cloud ops at GovTech and Singapore Air Force. No fluff, just practical takeaways, hard-earned fixes, and deep dives that matter.

Home

❯

Programming

❯

Type System

Type System

33 words, 1 min read
Last updated on Jul 24, 2024
🌟 Edit This Page!   🗓️ History

  • software_engineering
  • cs2030s
Xinyang YU

Abstract


  • A set of rules about Datatype of variable, Expression, Function, and their interactions

Important

It covers

  • Subtyping
  • Compile-time Type vs Run-time Type
  • Generics
  • Type Inference (类型推断)
  • Custom Datatype

Mentioned by

  • CS2030S Programming Methodology II

Graph View


Created by Xinyang YU | © 2023, 2025 | Licensed under CC BY-NC 4.0

  • GitHub