Here you can find all the 3 articles I wrote. My mission is try to help the community create more robust and scalable applications. Do you want to receive a notification every time I make a new post? Subscribe here!
In software development, the pursuit of low coupling is essential to create flexible and easily maintainable systems, which is a measure of software quality.
This post is part of a five-post series about the five essential principles (S.O.L.I.D) to create a system that is easy to maintain, expand, integrate, and, above all, understandFor that, we’ll use TypeScript in the examples and exercises.
Title | Link |
---|---|
Coupling and Cohesion explained with typescript | Read Article |
SOLID with TypeScript part 1: The Single Responsibility Principle | Read Article |
Como Implementar validadores de formulário personalizados no Angular | Read Article |