Tag: Test Driven Development
-

UI/UX: Constant Evolution
Thanks to this, the graph always feels intricate. Trying to pack everything into a flat graph means that without precise design for each layer, the intent won’t get through to users. We’ve even gone back to square one during changes, and I can only imagine how frustrating that must be for developers and others.
-

Collaboration with Git (1): The Structure of Git
This process occurs between remote servers, known as a fork. At this point, you get the latest commit version of the branch, called the head. (Technically, head refers to a pointer to the branch’s last commit.)
-

Maintenance Test Methodologies and Test Driven Development
These days, even in the industry, there’s a big push to embrace Test Driven Development, right? Today, let’s dive into test methodologies from a maintenance perspective. 🔍 When discussing tests, the ownership debate is inevitable. Who should own the tests: the system or the business? Before I share my personal take, let’s first explore the…