Pankaj Kumar

S.O.L.I.D the First 5 Principles of Object Oriented Design with JavaScript

S.O.L.I.D Stands for first five object-oriented design principle by Robert C.Martin. SOLID principles can be used to design and develop extensible and easy-to-maintain software. By using these principles in object-oriented programming developers can create and maintain the codebase very easily. SOLID stands for: Single-responsibility principle Open-closed principle Liskov substitution principle Interface segregation principle Dependency Inversion

S.O.L.I.D the First 5 Principles of Object Oriented Design with JavaScript Read More »