One of my co-workers said that the old boss often called the old developer a genius. I was at a loss. Maybe he was. Maybe I'm the stupid one. I mean...I like things to be super simple when I'm coding them. I code as elegantly as possible and probably use too much commenting for my code. All of my stuff works really well, and if there's a bug it usually takes only a few minutes to fix.
Sigh...I've been staring at inline SQL all day long wondering why the hell a row was showing up only some of the time. Nothing was documented, our DBA has no idea what's up so it's up to me. Thank god for the debugging mode.
The thing that gets me is that everyone thought he was a genius, and he certainly thinks he is...and he's not. I'd say the code looks like my code when I first started programming in .NET. How strange. My coworker then said something about how every coder does things differently. Is it odd that I find the opposite when looking at a lot of code out there (particularly Open Source). Sometimes I have to check myself because it looks like code that I wrote. I can essentially pick up on their code and just run with it. Is that just me?
Of course, I could be wrong. Maybe I am a newb and just don't know it?