Changes between Version 23 and Version 24 of CodeBestPractices


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

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeBestPractices

    v23 v24  
    77 * [#Robustness Robustness] 
    88   * [#try_/_cath Try / Catch] 
    9    * Logging errors 
     9   * [#logging_events Logging events] 
    1010   * Creation and disposal of objects and data 
    1111 * [#Compatibility Cross-platform compatibility] 
     
    7070}}} 
    7171 
     72You can write anything to the log. The log class, cLog, lives in the EwECore assembly and is worth exploring. 
     73 
    7274=== Assertions === 
    7375