GR0012: Constructors should minimise work and not execute methods
Title | Constructors should minimise work and not execute methods |
---|---|
Id | GR0012 |
Category | Maintainability |
Default Severity | Warning |
Enabled By Default | True |
Description | Constructors should minimise work and not execute methods. This is to make code easier to test, avoid performance risks, race conditions and quirks of the IDE designer. |
Custom Tags |