Wednesday, October 1, 2008

Where Do I Put the Semi-Colons

All programming can be boiled down to 4 things:
  • assignments
  • decisions
  • loops
  • functions
So whatever language you might be coding in, it's just a question of where you put the semi-colons.

That's why I like the 'Cookbook' style programming books that have simple examples for how to do smallish, specific tasks. In other words, quick examples of where to put the semi-colons.

Maybe that's how I'll use this blog -- as my personal collection of code recipes. Ingredients from my past and current interests include c#, java, perl, c++, prototype.js, and tdd among others.