September 26, 2006
Save Time: Write Better Classes
Object orientation is more than just intellectual window dressing. It's more than just a mental shorthand that allows our brains to see the whole design picture. Encapsulating real-world concepts in classes can have concrete benefits in how fast we write code. And if you write very good classes, they'll also translate into higher execution speed. Using an example of coding network protocols, Harvey Sugar shows us just how to do that.
Posted by Kevin Carlson at 03:47 PM Permalink
|