Coding standards

It has come to my attention that most of the people that learn how to program in highschool / college / university have bad habbits when it comes to writing their code down.
I’m not saying the code itself is incorrect, i’m pretty sure they teach the correct stuff, but i’m talking about other things that usually get ignored…
In order to program effectively, it’s important that you keep to a set of rules.
The ones that irritate me the most are:

  • Variable naming
  • No indent in your code

Okay, most of the time code written by people that don’t really have an interest in coding, but just take those classes because “they have to do something to get a diploma” looks like this:

Continue reading Coding standards