Interview-Prep icon indicating copy to clipboard operation
Interview-Prep copied to clipboard

Use some kind of build system to run unit tests

Open jakubtuchol opened this issue 9 years ago • 2 comments

While it's probably not the core point of this repo, you really should use some kind of build system, such as Maven or Gradle to automate testing. This will save you much pain and time.

jakubtuchol avatar Nov 19 '15 05:11 jakubtuchol

Agreed. I'm not a big Java dev besides AP CS (iOS by day and Python by night) but I'm trying to get more familiar with the "Java way". I'll look into integrating Gradle. Thanks!

derekargueta avatar Nov 20 '15 01:11 derekargueta

I'm working on a refactor to get this working with Maven. Haven't really looked into Gradle, but I'll try to have the PR out in the next day or so.

jakubtuchol avatar Nov 20 '15 01:11 jakubtuchol