Changes between Version 25 and Version 26 of CodeBestPractices


Ignore:
Timestamp:
2012-12-01 11:23:11 (11 years ago)
Author:
jeroens
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeBestPractices

    v25 v26  
    66The following issues are discussed on this page: 
    77 * [#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)] 
    1011   * Creation and disposal of objects and data 
    1112 * [#Compatibility Cross-platform compatibility] 
     
    121122 * Set the 'localizable' property of any forms that you develop to True. 
    122123 
    123  
    124  
    125124---- 
    126125