Writing
All my writing.
-
TDD does not mean Test First
Those starting out on their XP or Agile journey often hear supposedly enlightening phrases touted by those in the know like "TDD will lead you to better,
-
Australia to censor the internet
If you haven't heard of Australia's plans to censor the internet, let me be the first to inform you. The current government has a plan "to force all
-
I don't believe in IPMs
I like celebrating on successes, whether it is making a test pass, finishing a task on a story or finishing the story itself. I also love celebrating what
-
Living in the code
Someone shared an observation with me today regarding the way ThoughtWorkers talk when referring to classes. Apparently, we say "this guy" a lot; as in
-
Using Builders in Tests
An annoying part of writing a test is the amount of setup an object can need in order to use it within the test. However, there is a solution: builders.