Posts Tagged ‘Settings API’
Using A Config To Write Reusable Code – Part 3
In a previous instalment, we identified the Config file as being a promising tool to map data reusable code to project-specific code. In this third article, we’ll examine what our Settings page example looks like if we do indeed make use of such a Config file.
Read MoreUsing A Config To Write Reusable Code – Part 2
While the first part of this series identified the need to separate business-specific logic from reusable code, we haven’t yet discussed how to best achieve this. Let’s try to think it through…
Read MoreUsing A Config To Write Reusable Code
OOP lures you with the promise of making code reusable, but OOP syntax alone does not make your code reusable. Let’s find out why that is, and how to really write reusable code.
Read More