Show Notes

You’ve probably been deep into debugging an issue, when you have a “How did this ever work?” moment. When you inherit someone else’s codebase, you’ve also probably asked: “How is this supposed to work exactly?” I’ve found a lot of programming time is spent alternating between these two extremes. While you may be under pressure to just fix something or get a feature out the door, it’s worth taking a little time to pay-it-forward, usually to your future self, by documenting things clearly, adding tests, and choosing an easy-to-understand solution instead of a clever one. In this issue, we focus on how to keep your application code shiny.
The post Treasure, Old & New – May 2018 appeared first on PHP Architect.
