As programmers, I think we all have our own unique way of doing things. I prefer having spaces between assignemnts (e.g. “dooDah = 28” instead of “dooDah=28”). I like having a variable declaration and initialization on the same line. I like indentation. And to be honest, I really am not a big fan of the whole curly brace semi-colon thing. So immagine my delight when Barry Etter showed me what a C contractor did to all the code he was assigned to:
So there ya go Visual Basic fans. Whenever you find yourself out of my native language, you can go all out! #define int Integer
#define static Shared
#define if If
Color me excited!