DRAFT
NoInsideMethodCallInConstructor
Misconception:
One cannot call other methods on the same object while its constructor is executing.
Incorrect
It is foirbidden to call other methods on the same object while inside its constructor
Correct
It is allow to call other methods on the same object while inside its constructor