One of the things you should start investigating early is how to design programming. What helped me most was looking at design patterns which are common ways of organising code. I read a book called "Holub on Patterns" which was very useful, and I've heard also that "Design patterns: elements of reusable object-oriented software" is very good.
This will allow to make programs more readable, reliable, and fixable!
0
07 Jul 2015 13:14
u/mwnciau
in v/programming
One of the things you should start investigating early is how to design programming. What helped me most was looking at design patterns which are common ways of organising code. I read a book called "Holub on Patterns" which was very useful, and I've heard also that "Design patterns: elements of reusable object-oriented software" is very good.
This will allow to make programs more readable, reliable, and fixable!