Peer Review: Looking At Abstraction – Redux
Monday, August 31st, 2009This entry is part of an ongoing series involving the review of a code sample and it’s refactoring. For the original code sample, see here. Editor’s Note: The response of the community to this series has been great, and I’ve been given a large number of suggestions. I’ve incorporated some of those suggestions into the [...]
6:30 am | Comment (2) | Print | Categories: Best Practices, Debugging, System ArchitecturePeer Review: Looking Into Abstraction
Wednesday, August 26th, 2009This entry is part of an ongoing series involving the review of a code sample and it’s refactoring. For the original code sample, see here. There are a number of fundamental concepts in object-oriented design that we should take notice of. One of these concepts is abstraction. This is what we will focus on today [...]
1:00 am | Comment (11) | Print | Categories: Best Practices, System ArchitecturePeer Review: Managing Coding Standards
Monday, August 17th, 2009If you need a sample of the code, please visit here. One of the first things I look for when I check out code is how is the code organized? Is it laid out well? Is it coded to a particular standard? In our code sample, the first thing we should address is how does [...]
12:00 am | Comment (8) | Print | Categories: Best Practices, PHP 5, System ArchitectureTo stat() Or Not To stat()?
Thursday, July 30th, 2009The Alternative PHP Cache (APC) is a tool that offers a massive performance gain to almost any PHP application simply by turning it on. This extension to PHP provides both opcode caching and user caching, placing files and data into memory for fast retreival, and, if used correctly, eliminating some of the bottlenecks of the [...]
4:33 pm | Comment (3) | Print | Categories: Best Practices, System ArchitectureMaking Life Better With The SPL Autoloader
Friday, July 24th, 2009How many of us have seen this example in code we’ve worked on? [sourcecode language="php"]
3:00 am | Comment (13) | Print | Categories: Best Practices, PHP 5, System Architecture
Web developer, amateur photographer, traveller, and amatuer chef. Expect to find me writing code, visiting new places or trying a new recipe. I live with my wife in Olney, Maryland. Follow Me On Twitter!- Excited About PHP Again
- Rethinking The Technical Resume
- We The State, Not We The People
- Working To Defeat the Stop Online Piracy Act
- Diversifying This Blog
- What do you want the web to be?
- Why I Love Being An Engineer
- Validation Blind Spots Hurt Real Users
- Finding A Job Without A Recruiter
- Why Recruiters Are Bad For Your Career
