You can use it for various purposes:
- hide code you aren't using so the page has less size to it
- hide code that is between functions that you want to work on, but one is at the top of the page, one is at the bottom
- or group together methods that are common in purpose
Brian
|