How have your coding values changed since graduating?

Posted by Matt on Stack Overflow See other posts from Stack Overflow or by Matt
Published on 2009-02-11T02:47:32Z Indexed on 2010/05/29 7:12 UTC
Read the original article Hit count: 186

Filed under:
|
|

We all walked out of school with the stars in our eyes and little experience in "real-world" programming. How have your opinions on programming as a craft changed since you've gained more experience away from academia?

I've become more and more about design a la McConnell : wide use of encapsulation, quality code that gives you warm fuzzy feelings when you read it, maintainability over execution performance, etc..., whereas many of my co-workers have followed a different path of fewer middlemen layers getting in the way, code that is right out in the open and easier to locate, even if harder to read, and performance-centric designs.

What have you learned about the craft of software design which has changed the way you approach coding since leaving the academic world?

© Stack Overflow or respective owner

Related posts about design

Related posts about quality