To whom it may concern (code comments)
I thought I was the only one who left warnings in my code for future maintainers... Or maybe Brian inherited one of my previous projects. Heh.
Yes, today’s my last day in SQLBU, and I’ve left more than a few WARNING code comments alongside the TODOs and UNDONEs.
Comments
Anonymous
April 21, 2009
PingBack from http://asp-net-hosting.simplynetdev.com/to-whom-it-may-concern-code-comments/Anonymous
April 21, 2009
Hey David, After that post i went through a ton of early projects and there's been a couple of other funny ones that's popped up. like for (int i = 0; i < total; i++) // AM:why do we always use 'i'? RD: i don't know. AM: should we try to use int thisisacounterinaniteration from now on? RD: No!! too much typing Seeing a discussion between two developers (one Snr. and one Jnr) was a bit surprising. :)