Domain-Driven Design
When we develop a software, we know that this software is to fulfill a need for someone. This need for those who requested the software can be characterized as a problem. Thus we conclude that a...
View ArticleUnderstanding Decorator Design Pattern
When we read the name of the pattern Decorator would imagine that silly name, meaningless. Good is not as meaningless as well. The Decorator works exactly as the name describes. Definition: Decorator...
View ArticleAnemic Domain Model
One of the fundamentals of Object Orientation is no exposure of the implementation details of an object. I’ve talked a few times this in another articles. So we use the encapsulation of the...
View ArticleDivision of Responsibility
I once heard two questions in sequence … “For this amount of functions? Why not do everything right in the page code or want to organize not only does one function? ” So! Complicated to explain, since...
View ArticleInversion of Controls
Often programmed in real time, without planning. We leave the logic flow, sometimes we’re lucky and end up doing the right thing, sometimes not. Do not mean to say that the Inversion Control, is right...
View Article