I received a list of project requirements yesterday, which contained 5 things that are extremely easy for a computer to do, and 1 that made me go "Uhm, absolutely not" I couldn't help but think of this XKCD comic from 2014 - which, despite what some of us might be thinking right now, was 9 … Continue reading Is it a Bird?
Uncategorized
Up & Away
Since it's been so long since I updated here, here's a quick run-down of what's been going on: My family was blessed with our third baby, who is doing amazing 🙂 I've started a new job doing contract work and have been able to start learning a lot of new technologies - so I want … Continue reading Up & Away
Code Quality Enforcement via Git Pre-Commit Hook
There are a lot of methods for measuring the quality of a codebase, but if you're not running these tools locally, it's much harder to make headway on improvements. I always suggest running quality checks before pushing changes, so I wrote a git hook to enforce the quality checks before commit. A git hook is a script that … Continue reading Code Quality Enforcement via Git Pre-Commit Hook
Do you need testing help?
If your open source project (PHP) needs more or improved unit or behavior tests, please let me know - I love helping out! — Jessica Mauerhan (@JessicaMauerhan) June 12, 2016 Last month, I posted this tweet offering up testing help for any PHP open source project. If you'd like to take advantage of this, just ask! … Continue reading Do you need testing help?