A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.

Programming principles

* SOLID
* YAGNI
* KISS
* DRY
* TDD
* small methods, one level of abstraction per method (also methods over branches). No snappy abbreviation for this one :(