Gitpod, Java Approvals, and the Gilded Rose Kata
The Gilded Rose is a really interesting one for exploring techniques to work with legacy code. It’s simple enough to make progress in an hour, but complex enough to be tricky.
GitPod is a cloud based development environment. It uses VSCode as the editor, either in the browser or through an extension in your desktop VSCode. It is really nice for ensemble programming on kata’s because it seems to work reasonably well with multiple people in the same workspace while providing some level of editor and refactoring support.
[Read More]