tag
Oop
- Swagger InheritanceSwagger spec is an awesome tool for describing APIs in a standardized way, allowing programs to understand and …
- Using Mocks with PHPUnitCreating test doubles, or mocks, is a feature of PHPUnit that I recently discovered and am quickly falling in …
- Using Domain Repositories for ServicesLast year I started building out domain repositories in order to encapsulate the data retrieval for my …
- Refactoring Particletree's PHPQuickProfilerBack in 2009 I was working at a company in De Pere called SparkNET. I was still a fresh developer then, just …
- Unit Testing Data RepositoriesUnit testing is something that I’m still rough around the edges with. I don’t do it nearly enough …
- Playing with PHP ClosuresIn my previous post about anonymous functions I mentioned that PHP 5.3 brought in some sweet semantic …
- Anonymous Functions in PHPAnonymous functions have enjoyed a long history with PHP. Well, some version of anonymous functions. PHP 4, …
- Midwest PHP Conference 2013I haven’t been too many conferences. DealerFire only pushed vendor conferences, fancy get-togethers in …
- Spaghetti Code vs Lasagna CodeIn an effort to streamline and homogenize code a number of design patterns and best practices have sprung up …
- How I Learned to Stop Worrying and Love the String ObjectPHP was the first programming language that I understood fluently. Sure, I had dabbled in BASIC, Java, …