Page 1 of 1

Posted: Thu Dec 09, 2010 6:57 pm
by Malcolm
Best comment ev4r.

"//TODO : KILL ME"

Posted: Thu Dec 09, 2010 7:27 pm
by thibodeaux
No fair posting your own comments.

Posted: Thu Dec 09, 2010 10:25 pm
by GORDON
I used to trash my buddy Lance in the comments at the place Leisher and I worked together.

Posted: Fri Dec 10, 2010 12:26 pm
by Malcolm
thibodeaux wrote:No fair posting your own comments.
I know it's not mine, I never used all caps in mine. In fact, I go the opposite way.

Posted: Fri Dec 10, 2010 12:27 pm
by Malcolm
GORDON wrote:I used to trash my buddy Lance in the comments at the place Leisher and I worked together.
DB Copy-Paste tool I just wrote has dozens of comments slamming our DBA/data modeler dude.

Posted: Fri Dec 10, 2010 1:08 pm
by TPRJones
It's nice not having to work with other people. I made 6,646 lines of code this week, and zero comments.

Posted: Fri Dec 10, 2010 1:11 pm
by GORDON
TPRJones wrote:It's nice not having to work with other people. I made 6,646 lines of code this week, and zero comments.
I hate people who don't comment their shit.

But it is ok for you because you will work there forever so nobody will ever have to look at your code. :-)

Posted: Fri Dec 10, 2010 2:22 pm
by Malcolm
TPRJones wrote:It's nice not having to work with other people. I made 6,646 lines of code this week, and zero comments.
Problem is that most of my job is making sure the other idiot developers can perform tasks that they ought to be able to do themselves. As such, I find myself writing lots of tools & lots of docs for morons.

Posted: Fri Dec 10, 2010 3:08 pm
by DoctorChaos
GORDON wrote:I hate people who don't comment their shit.

I used to feel the same way until I came across some out of date comments. Now I make sure my function/method names are self documenting. If it is really out there, I'll comment it.
Old comments can be worse than no comments. IMHO

Posted: Fri Dec 10, 2010 4:03 pm
by thibodeaux
DoctorChaos wrote:
GORDON wrote:I hate people who don't comment their shit.

I used to feel the same way until I came across some out of date comments. Now I make sure my function/method names are self documenting. If it is really out there, I'll comment it.
Old comments can be worse than no comments. IMHO

I was gonna say: good code doesn't NEED comments.

The obvious reply is: Superman don't need no AIRPLANE.




Edited By thibodeaux on 1292015027

Posted: Fri Dec 10, 2010 5:49 pm
by TPRJones
GORDON wrote:But it is ok for you because you will work there forever so nobody will ever have to look at your code. :-)
Trust me, if I leave they'll just go back to banging rocks on large boulders to keep track of the stuff I'm coding for. It's a miracle so many of them can figure out how to log in every day without help.

Posted: Thu Jan 13, 2011 8:24 pm
by Malcolm
On a totally separate note ...

Without noticing, I'm apparently gaining the ability to guess the future correctly and program for it.

Biz Analyst [months ago] : We need these items deduped. Here's the rules.
Me : Ok.
I go off and code a solution. With a bug that means my deduping doesn't quite work like I intended in reality.

BA [today] : We still need those items deduped. Here's the rules.
Me : Uh, ok. These ... aren't the rules you gave me a few months ago.
BA : What? Yes, they are.
Me : No, they aren't.
BA : Oh well, whatever. Just follow these rules. I don't have time to keep documents up to date.
His new rules magically conform to my bug. It's not a bug, it really is a feature.

If only I could direct this ability towards a useful, lottery-oriented end.

Posted: Thu Jan 13, 2011 9:43 pm
by GORDON
Used to drive me crazy as a programmer when I was told to give the clients what they wanted, not what they asked for.

I'm sort of a literal person.

Posted: Thu Jan 13, 2011 11:11 pm
by Malcolm
I'm dumbfounded at how stupid our BAs are. It's mind-numbing. They're mainly kept around for want of ready access to 1000+ pages of real documentation in relatively small print.

Excepting a few at our site, they have all been fucking morons of the lowest order. I've just taken to telling them what they need instead of relying on them to know it.