Incomplete JSP fragments can cause readability errors.
Read more
Declaring errors prevents security risks
Read more
Avoid repetitive access to nested members
Read more
Avoid literal numbers (i.e. Magic numbers are not so magic)
Read more
Avoid using “this” unless it points to a newly created object (and tested)
Read more