Hacker News new | ask | show | jobs
by umanwizard 2962 days ago
C# `var` variables are statically-typed, not dynamically.

Not having to write down the type isn't the same as the type not being determined at compile time, which is what "static" means.