Wish you all dear #php family a comfortable EOY 2017 & a magical Xmas time (with your family & friends). Thank you all for being so awesome, for your priceless contributions to #phpc & for being your authentic self. I wish you all a GREAT 2018 ahead! Aye! #xmass#NewYear#wishes
A good way to manage a project's complexity is to layer your code into separate concerns.
Then, using the Dependency Inversion Principle (the D in #SOLID), you can make sure that dependencies only cross the layer boundaries in one direction.
If you properly set up your #WordPress plugin with Composer, you can use your dependencies both in an isolated manner at the plugin level, as well as in a concerted manner at the site level.
This lets other developers manage all of a project's dependencies in a centralized way.
If you properly set up your #WordPress plugin with Composer, you can use your dependencies both in an isolated manner at the plugin level, as well as in a concerted manner at the site level.
This lets other developers manage all of a project's dependencies in a centralized way.