Tag: code

A Call For Changelog Transparency
The other day I was notified by the iOS App Store that two of my apps had available updates. I always get excited when updates come. “Is it new features?...

The benefits of WordPress actions and filters
As a WordPress plugin developer, the 3 most important things I put in my code are: Translatable Text (__, _e, _n, etc) apply_filters do_action Why are those the most important,...

Why cleanly formatted code matters
Being that I work in the software development industry and also work on open source projects, it’s needless to say I’ve seen my fair share of ugly code. I’m not just talking...