Avoiding the tar pit
Posted Feb 15, 2007 18:35 UTC (Thu) by
ajross (subscriber, #4563)
In reply to:
Avoiding the tar pit by IXRO
Parent article:
Avoiding the tar pit
I'd suggest that the number of competent C developers was never that high to begin with, honestly. It's just that the past decade and a half has opened up the world of "development" to people who would otherwise never have learned to program at all. Their world is one of Javascript and VB, and we are all richer for it.
But to take from that that "C is dying" is just silly. It's just as useful for all the same tasks it always was. And many of its perceived shortcomings (raw memory indirection, for example) in fact aren't all that much a problem at all when using modern tools. I've done professional development both in Java (with checked arrays and typing) and in C (with regular valgrind use) and can honestly say that I'm equally productive in both environments.
(
Log in to post comments)