Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 10 and Version 11 of Documentation/DevelopmentCenter/DeveloperGuidelines


Ignore:
Timestamp:
01/21/10 02:08:56 (14 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter/DeveloperGuidelines

    v10 v11  
    5252 * names
    5353   * interfaces start with an `I` (e.g. `IItem`, `IOperator`)
    54    * abstract base classes end with `Base` (e.g. `ItemBase`, `OperatorBase`)
     54   * ~~abstract base classes end with `Base` (e.g. `ItemBase`, `OperatorBase`)~~ (this convention has been abandoned with HeuristicLab 3.3)
    5555   * the name of a plugin has to be identical to the project name and the namespace of the plugin (e.g. `HeuristicLab.Data`)
    5656   * the name of each HeuristicLab 3 plugin starts with "`HeuristicLab.`"