PL/SQL “Don’ts” 9 & 10
uIgnore code readability
ØThe next person who looks at your code should not have to guess about your naming conventions or program structure.
uAssume code does not need comments
ØThere is no such thing as self-documenting code..
ØAll headers should include:
§Ownership,
§Functionality
§Comments explaining the implemented solution
§Possible issues
§Change log
ØUse inline comments