9
ptls44
7y

Am I the only one who forgets to declare data types in Java after months of coding in only Ruby and Python? 😵

Comments
  • 0
    Recently I wrote this uber simple javascript code and was confused for two minutes why it won't work:
    for(int i = 0; i < arr.length; i++)
    //do something
Add Comment