#software-design
Read more stories on Hashnode
Articles with this tag
The decorator pattern is a structural design pattern that give us the ability to enhance the functionality of existing objects. This is done by...
It is critical in software development to design systems to avoid knowledge duplication. This is where the DRY principle (Don't Repeat Yourself) comes...