DEV Community

John Phan
John Phan

Posted on

Team project 1

In this iteration I worked on a Java project built with Gradle, focusing on writing unit tests. The hardest part early on was getting the project to build locally which I had to spend some time to find clear instructions. I then spent time understanding the project structure and reading code base to understand where my new tests should live and which behaviors mattered. Collaboration added another challenge: resolving merge conflicts when merging to main branch. Overall, once setup and structure were clear, progress was steady.

Top comments (0)