Experiment to do strict TDD using JetBrains Junie coding agent.
Find instructions for Junie in .junie/guidelines.md
.
- Add a failing test
- Ask Junie to provide the implementation
- Prompt: "Add code to pass the test."
- Junie will run the tests. (Note: Unless you click "Brave Mode" - at your own risk - you'll have to approve Junie running the tests)
- Wait for Junie to be "Done" before adding a new failing test
- FizzBuzz - see branch
fizzbuzz
.