176
Labels go brrrr
(lemm.ee)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Data types do matter, and someone's got to declare them at some point, or else your compiler won't know how to intepret them. It's just a question of who should be doing the declaring: you, or a parser algorithm? Personally, I don't like things being done for me.