Are there any good books on how to design software?

Posted by nc01 on Programmers See other posts from Programmers or by nc01
Published on 2010-12-23T07:03:02Z Indexed on 2011/01/05 5:59 UTC
Read the original article Hit count: 193

Filed under:
|
|
|

I've been programming for a while and I think I write clean code. But I do this by hacking away, tinkering and testing things until I feel good about the functionality, and then coming in and refactoring, refactoring, refactoring.

I tend to write mostly in PHP, Java, and C. Are there any good books that will help me learn to visualize things better and not code everything as if in an infinite REPL loop?

Thanks.

© Programmers or respective owner

Related posts about php

Related posts about design