
Todo.txt TDD Part 2
Mar14
In Part I, I started writing tests and then writing code to make them pass. Let’s continue with more tests. The next test will be for an incomplete todo with no priority and a completion date. [crayon-5aa90fc42fbba298064332/] Hey, it already passes. Let’s add some tests for when there’s a priority and a completion date [crayon-5aa90fc42fbc2404823555/] […]