DEV Community

Discussion on: Code Review Checklist for Java Beginners

Collapse
 
omriyahoo profile image
Omri Ratson

Great post!
In Intellij the default formatting rules (point 3) make 4,9 and 10 redundant because it does them automatically.
In addition, in Intellij you can set the flags "Add unambiguous imports on the fly" & "Optimize imports on the fly" to save you some typing even before the formatting is pressed.
:)

Collapse
 
smartyansh profile image
Anshul Bansal

Thanks.
I totally agree with you. IDE (IntelliJ, Eclipse) provides built-in features for automatic formatting and cleanup.