Browsed by
Tag: eclipse-cs

CheckStyle – Enforcing a coding style: part 3

CheckStyle – Enforcing a coding style: part 3

This entry is part 3 of 4 in the series Implementing a Java code style with CheckStyle

The sensible way to make your own ruleset. As I mentioned in CheckStyle – Enforcing a coding style: part 2, there is a far simpler way to choose your own rules than by manually editing an xml file. I use the Community edition of Intellij IDEA. Going back a few years however I learnt my first Java code at ITU using Eclipse. To be fair I did try it out when I started programming professionally, but I never really was happy…

Read More Read More