rules repository

G-7410 – Avoid standalone functions – put your functions in packages.

Use packages to structure your code, combine procedures and functions which belong together. Package bodies may be changed and compiled without invalidating other packages. This is a major advantage compared to standalone procedures and functions.

Tags: Stored Object.

Quality area: Maintainability. Severity: Minor. Fixing time: Local-high.

No rule selected