
Todo.txt TDD Part 3
Mar14
As mentioned at the end of Part 2, after the creation date, the rest of the string is called the Description. It can contain projects that start with a plus sign(+) or contexts that start with an at symbol(@) or key/value pairs with a colon(:). We’ll test the projects piece now. [crayon-5aa90fc42e291751404305/] I’m testing zero, […]