DESIGN PRINCIPLES Articles
-
Optimal template for code commenting can be found below. Here's a sample
Murugan Andezuthu Dharmaratnam | 03 October 2023 | 883
Best Practice good template to comment code. Here's a sample. Its important to comment the code and also keep a note of the revision to the code. … CONTINUE READING
-
SOLID Principles
Murugan Andezuthu Dharmaratnam | 18 July 2022 | 597
Single Responsibility Principle, Open Closed Principle, Liskov Substation Principle, Interface Segregation Principle, Dependency Inversion Principle … CONTINUE READING