VIValentyn Ivanovinbarnaby-dev-blog.hashnode.dev·6d ago · 14 min readWhen Tasks Branch With the CodeOnce tasks live in the repository, something strange happens. They stop behaving like tickets. They start behaving like project state. At first this seems like a small difference. A task is still a ta00
VIValentyn Ivanovinbarnaby-dev-blog.hashnode.dev·Aug 24 · 13 min readDesigning a Task Format Humans and Machines Can ShareOnce you decide that a task should be a file, the next question looks easy. What should the file look like? It is not easy. At first, the temptation is to make the format rich. Tasks have titles. Stat00
VIValentyn Ivanovinbarnaby-dev-blog.hashnode.dev·Aug 17 · 12 min readGit Is Already a Distributed Project DatabaseIn the previous article I asked a simple question: why do tasks live outside the project? Code lives in Git. Tests live in Git. Documentation lives in Git. Configuration lives in Git. But the work tha00
VIValentyn Ivanovinbarnaby-dev-blog.hashnode.dev·Aug 13 · 9 min readWhy Are Software Tasks Outside the Git Repository?I’ve worked on software projects built with very different methodologies. Some were Agile. Some were Scrum. Some were “Scrum” mostly because there was a board and a daily meeting. Others were closer t00