Changes between Version 25 and Version 26 of CodeBestPractices
- Timestamp:
- 2012-12-01 11:23:11 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodeBestPractices
v25 v26 6 6 The following issues are discussed on this page: 7 7 * [#Robustness Robustness] 8 * [#Try_/_Catch Try / Catch] 9 * [#Logging_Events Logging events] 8 * [#Try_/_Catch Catching unexpected failures (Try / Catch)] 9 * [#Logging_events Logging events] 10 * [#Assertions Checking for proper usage (Assertions)] 10 11 * Creation and disposal of objects and data 11 12 * [#Compatibility Cross-platform compatibility] … … 121 122 * Set the 'localizable' property of any forms that you develop to True. 122 123 123 124 125 124 ---- 126 125