Dec 9, 2024
Gah! Danger, Will Robinson!
While I like that variables declared as var must be initialized, i.e. could encourage initializing variables, which is a good practice, it can also make things unclear, difficult to read/understand correctly and can introduce difficult to understand and resolve errors if the compiler guesses "wrong" at the intended type.
No thanks.