Button handy | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Making code readable and accessible helps your team communicate and reduces wasted time when making changes to scripts. The ideas outlined here are guidelines based on experience and will give your team the ability to understand how your system is set up and track changes to the system.
...
A brief description of what the routine function does.
A description of each parameter and a description of what each parameter represents.
|
Conclusion
For a complete explanation of commenting, see this Oracle page on commenting code.
...