DEV Community

Discussion on: SOLID Principles for OOP

Collapse
 
albertbennett profile image
Albert Bennett

I'd second looking at sources surrounding the gang of four as well. In my opinion viewing code samples is always your best bet when learning about code. On top of that it would be worth it to read more into common software design patterns. It helped me out a lot when I first started out. However, if you'd like to learn more about the other aspects of software development I'd suggest reading 'The Pragmatic Programmer' by David Thomas and Andrew Hunt. It's a great book, and one that I find myself going back to every few years.

Collapse
 
promise_sheggsmann profile image
Promise Sheggsmann

Thanks for your advice Albert, really appreciate it.