Writing unit tests for the solution using Junit
Does our code really work? Now comes the cringe!
Feb 11, 20238 min read52

Search for a command to run...
Articles tagged with #software-development
Does our code really work? Now comes the cringe!

Let's refactor our code first before writing any tests.

Let's write code for task one.

Introduction In the previous chapter, I introduced you to my goals, the project, and the tools I will use during my Java learning adventure. In this chapter, I'll extract and try to understand the user requirements in the problem statement. In additi...
