As I was going through setting up my IDEs on my new Apple PowerBook (yeah, I love OS X now too), I thought that it could be kinda cool if we had standards for code style. At the moment I can say things like “I want the { on the same line for if statements”, but wouldn’t it be nice to say “I want the Sun Java Coding standards”, and boom have my code conform. This would allow us developers as individuals, to look at code the way WE happen to like to look at it.

We could even get fancy as say things like “I want the ‘Bob Martin’ style where instance variables are my, class scoped are their, …”. We could even create a DB of code conventions where people could categorize, and rant about the various ideas out there…. not that we get religious about these kinds of things ;)

Eric Burke is talking about how he doesn’t like “this” anymore