Where have the universities gone?
Posted Jul 25, 2007 8:48 UTC (Wed) by
jmoellers (subscriber, #29863)
In reply to:
Where have the universities gone? by allesfresser
Parent article:
Where have the universities gone?
> Personally I'd like the major to begin with a course in debugging, and then
> everything else is variations on that theme. :)
You're joking, right! The smiley is way too small.
Anyone getting involved in CS should start with a course in analysis and design, then follow that by a course in analysis and design, topped by a course in analysis and design.
Too many code is produced by starting to code and the throwing a debugger at it. Few "programmers" spend any time sitting down and *thinking* about the problem, *analyzing* the requirements, *desiging* a solution.
*Implementing* it in some language (C, C++, Java, Perl, Haskell) is the very last step. *Debugging* should hardly be necessary.
Oh yes, I almost forgot: please teach your students how to write. *Documentation* seems to out of fashion nowadays. BTW Writing down how and why the code works tremendously helps in getting it to do what it should do.
(
Log in to post comments)