poetix

this time for sure

JoS Schtick

Joel Spolsky thinks you should learn C if you want to make it in programming. For instance, he says you should know C well enough to know why

while (*s++ = *t++);

copies a string. Personally I think you should know C well enough to know why

while (*s++ = *t++);

puts your program at serious risk from exploits based on buffer-overruns.