PL/SQL “Don’ts” 9 & 10
u
Ignore code readability
Ø
The next person who looks
at your code should not
have to guess about your
naming conventions or
program structure.
u
Assume 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