cxxr / better-java

Resources for writing modern Java
Other
5.79k stars 730 forks source link

Adding section on code quality tools #31

Closed LTheobald closed 8 years ago

LTheobald commented 8 years ago

I often use some tools to analysis my code (SonarQube in my case). They are often a valuable tool for both ensuring my code is of a good quality & for pointing out mistakes I have made (along with how to fix them).

I wasn't quite sure what the best way to present the list of tools were though. Giving each one it's own heading seemed like overkill.

cxxr commented 8 years ago

I like the idea. I'm just going move this down into the "Tools" section after I merge it.