Edgewall Software

Changes between Version 14 and Version 15 of TracDev/ComponentArchitecture


Ignore:
Timestamp:
Nov 19, 2010, 3:00:18 PM (14 years ago)
Author:
Sebastian Krysmanski <sebastian@…>
Comment:

Some minor clarification and typo

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ComponentArchitecture

    v14 v15  
    7474}}}
    7575
    76 Direct `Component` sub-classes also do not need to worry about invoking the base classes `__init__` method (which is empty).
     76Direct `Component` sub-classes also do not need to worry about invoking the base class' (i.e. `Component`'s) `__init__` method, as it's empty.
    7777
    7878=== Components instantiating other Components ===