How to do Code Review and use analysis tool in Software Development?
Definition Code Inspection is a phase in the software development process to find and correct the errors in functional and…
Definition Code Inspection is a phase in the software development process to find and correct the errors in functional and…
Juice of Angular Directive And Reusability(ADP) Description: Dependency graph of packages or components should have no cycles. Why ADP needed?…
Interface Segregation Principle written By : Prathusha Mahesh
SINGLE RESPONSIBILITY PRINCIPLE (SRP) Intent LSP is that the subtypes must be replaceable for the supertype references without affecting the…