New to Java and Spring. What are some good design principles for an inexperienced java developer like me?
- by Imtiaz Ahmad
I am learning Java and have written a few small useful programs. I am new to spring but have managed to understand the concept of dependency injection for decoupling. I'm trying to applying that in my development work in an enterprise setting. What are the 3 most important design patterns I should master (not for interview purposes but ones that I…