Declaring Private Methods

PeopleSoft recommends that you use private methods for succinct operations, even if they aren’t reused, to improve the readability and maintainability of the code. You can also do this by using many inline comments.