Pattern: Unnecessary constructor
Issue: -
Prevents blank constructors, as they are redundant.
Rationale: JavaScript implicitly adds a blank constructor when there isn’t one. It’s not necessary to manually add one in.
Pattern: Unnecessary constructor
Issue: -
Prevents blank constructors, as they are redundant.
Rationale: JavaScript implicitly adds a blank constructor when there isn’t one. It’s not necessary to manually add one in.