Dev didn't know about loops... (funny but a good lesson for beginners)
This post on the subreddit /r/programminghorror has been making the rounds for quite a while, but for those who haven't seen it, I wanted to show it anyway. It's both funny and sad at the same time. This developer created a rudimentary game using Microsoft XNA without ever learning about for or while loops, or classes for that matter: https://www.reddit.com/r/programminghorror/comments/4dguj8/dev_didnt_know_about_for_or_while_loops/?st=iuvebmds&sh=e30d61a5 Here's a link straight to the code: https://gist.github.com/alessonforposterity/832da4fab11e10609dad/ One could say that the patience is commandable, but honestly, that's just one way of justifying stupidity. For those who are eager to learn programming to create games or really do anything, remember to first and foremost get a good grasp of basic programming practises. Learning these basic skills will save you (and others!) a lot of headaches and time, while the lack of them will be stop you from advancing futher.