Creating a Default Java + JUnit Project Template in IntelliJ
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 ...