You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A comment or Javadoc is just English text, so the acronym naming recommendations that otherwise apply to code (Dns instead of DNS, etc) should not be followed there.
Instead it should be just the way it is named: DNS, ID, FQDN, IP, MAC, etc.
It'd be good to do a scrub across the board.
The text was updated successfully, but these errors were encountered:
It'd be good to have some sort of a checkstyle rule though -- looking for these patterns in comments and Javadocs (case sensitive) " Ip ", " Dns ", " Fqdn " at least.
A comment or Javadoc is just English text, so the acronym naming recommendations that otherwise apply to code (Dns instead of DNS, etc) should not be followed there.
Instead it should be just the way it is named: DNS, ID, FQDN, IP, MAC, etc.
It'd be good to do a scrub across the board.
The text was updated successfully, but these errors were encountered: