Style Matters! Adding a Checkstyle Build Breaker
Style may not matter to the Java compiler, but it does matter to future you and the other developers on your team. Adding a build-breaker that enforces style checks can save time during reviews and troubleshooting. #stepbystep #maven #build #style #java
💚 TIP: References Quick List Maven Checkstyle Plugin: Introduction Maven Checkstyle Plugin: Usage Example Code When you write code, be nice to your future self (or whomever comes behind you and has to read / troubleshoot it). With both documentation and the code itself, I like to work with the mindset that I am going to get paged out in the future for some problem at 2am, when I am sleepy and…
View On WordPress













