General Code Organisation Book

Miscellaneous Forums/General Discussion/General Code Organisation Book

Hi, can anyone reccomend any books on best practises on how to organise code for applications or games to keep it all neat and fairly readable?

Try programming in Java for a while - the language imposes a certain discipline and structure which can also be applied to other languages.

Check out AOBPwB3D Ebook.

For code readability etc then I think Code Complete is superb. Its a bit 'dry' to begin with but I keep returning to it and it becomes more accessable each time.
As for code organisation then there is Organizing Code Files in C and C++ which is a bit basic.
<edit> There was some discussion here if it helps.