Quote:
Originally posted by jriera
Go no further and check Dr. Donald Knuth Art of Computer Programming series
|
Well, I saw the Knuth stuff back when I was in college. And IIRC, it does not include OOP and/or relational databases. It is, sad to say, a bit out of date.
I've always believed that OOP was nothing new...only a regular old sequential statement paradigm wrapped in a set of fancy function calls. But that does not absolve us of the responsibility to take full advantage of the OOP mindset. Simply throwing code into class definitions isn't enough (at least not for me).