Unlocking the Power of Test-Driven Development: Lessons from Instant Feedback and Domain-driven Design

One of the easiest ways to motivate yourself to do Test Driven Development is to remember the times – When you played the role of UI developer and loved the instant feedback that browsers gave for your HTML, CSS, JS, TypeScript code– When you prepared for coding interviews using AlgoExpert or CodeSignal and loved the instant feedback from running test cases against your algorithm– When you played the role of a DataModeler, using tools like DBeaver or NocoDB, and loved the ability to run some queries against the data model and see if they are easy or tough to reason and write. Note :– Choose your architecture […]