Changes between Initial Version and Version 1 of ParrotBestPractices
- Timestamp:
- 12/30/08 16:46:47 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ParrotBestPractices
v1 v1 1 = Exception Handlers = 2 3 Instead of catching everything and rethrowing, use the {{{handle_types}}} method to catch only those exceptions you care about. 4 5 When using this method of handler in loops, be sure to define the handler object BEFORE the loop if you can, to avoid creating a PMC every time through the loop.
