Borklog: One entry


12 December 2001

Another Joel on Software, this time Back to basics. C strings, why C strings and the standard C library sucks, but why that should be taught to young programmers anyway.
This is why my view of teaching is that first year CS students need to start at the basics, using C and building their way up from the CPU. I am actually physically disgusted that so many computer science programs think that Java is a good introductory language, because it's "easy" and you don't get confused with all that boring string/malloc stuff but you can learn cool OOP stuff which will make your big programs ever so modular. This is a pedagogical disaster waiting to happen.

admin@badgertronics.com