oop
Check out the blog for all posts.
Why you need a builder to create your entities and models
Static factories and constructors share a limitation; they do not scale well to large numbers of optional parameters. Consider the...
Read article →
Three advantages of using static factory methods in PHP
Constructor overloading is a concept of having more than one constructor with a different list of parameters. PHP doesn’t allow...
Read article →