Tag: tdd

Simple, private, self-hosted, cookie free website analytics...one day...maybe

Adding “simple” features

I recently added a “simple” toggle so I can show information from different time periods. BUT…this is one of this things that seems trivial but really isn’t because of the kinds of engineering decisions you might make. In this case I’m building and learning test-driven development as I go, and I wanted to use this…
Read more

Getting going

I’ve now got a fresh install of Laravel, which will be the framework I’ll try to build this on – it’s both the framework I’m most familiar with, and the one I’m trying to learn more about. I’m going to try to take an approach called “Test Driven Development” (TDD) – which I’m also trying…
Read more