Hey /prog/, how do I go from writing nifty little 200 line programs that don't do a whole lot to writing, say, an IRC client or something?
Is there a book?
Name:
Anonymous2006-08-18 11:50
Learn about design patterns, development cycles (like the Spiral method for example), and how to properly organize your code. Large systems aren't about programming anymore, they are about proper design.