Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

With this wonderful toolset and the philosophy of TDD, there is an approach that is missing. What do you do when are faced with a problem that is foreign to you and have very little understanding of the API required to solve the problem. The pre? Pre-unit test and TDD self I would begin by hacking some code together and using static public void main() as the testing ground, with the code growing ever more complex with each piece of new understanding. But during the COVID lockdown across the world, I decided to enter a new phase of learning (every day is a school day lol). I wanted to follow a TDD approach to learning how to use an API and at the same time develop the solution.

...