Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of ReviewHeuristicLab3.3.0CodeOptimization


Ignore:
Timestamp:
03/22/10 10:27:36 (15 years ago)
Author:
gkronber
Comment:

Added my thoughts about the empty marker interfaces

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0CodeOptimization

    v1 v1  
     1= [wiki:ReviewHeuristicLab3.3.0Code HeuristicLab 3.3.0 Code Review] - HeuristicLab.Optimization =
     2
     3== Reviewer: gkronber==
     4 * Empty interfaces (ICrossover, IManipulator, ISelector) are discoraged by the [http://msdn.microsoft.com/en-us/library/ms229042.aspx Design Guidelines for Developing Class Libraries]. It is recommended to use attributes instead [http://msdn.microsoft.com/en-us/library/ms229022.aspx Interface Design].
     5
     6----