Get the latest tech news
Async Git-stash workflow enables test test-driven development
git-stash workflow enables test test-driven development¶ This blog post is showcase of a workflow aimed for developing systems and its consisting components following test-driven development. In it, features are build from top down while eagerly developing the components when needed.
In it, features are build from top down while eagerly developing the components when needed. Let’s say that we are developing a library in C++ which provides a computer type DeepThought that can generate Answer to The Ultimate Question of Life, the Universe, and Everything. Following shell script that emulates the steps taken in development which follows the async git-stash workflow.
Or read this on Hacker News