Creating a Default Java + JUnit Project Template in IntelliJ
Feb 11 · 3 min read · One of the small but persistent sources of friction when practising coding katas (or doing interview prep) is project setup. You open IntelliJ, create a new project… and immediately have to: create packages create src/test/java add JUnit write a ...
Join discussion