Another Fine Rant on Computer Science
Posted on January 3, 2005 in Computers
(last edited on April 29, 2014 at 1:30 am)
(last edited on April 29, 2014 at 1:30 am)
In case you missed it, Joel Spolsky has written another interesting article with advice for computer science students. An excerpt (emphasis added by me):
Learn C before graduating
[…] if you can’t explain why while (*s++ = *t++);
copies a string, or if that isn’t the most natural thing in the world to you, well, you’re programming based on superstition, as far as I’m concerned: a medical doctor who doesn’t know basic anatomy, passing out prescriptions based on what the pharma sales babe said would work.
Hee hee. Joel rocks! :-)
0 Comments