Pattern: Missing ()
when invoking constructor
Issue: -
Requires parentheses when invoking a constructor via the new
keyword.
Rationale: Maintains stylistic consistency with other function calls.
Pattern: Missing ()
when invoking constructor
Issue: -
Requires parentheses when invoking a constructor via the new
keyword.
Rationale: Maintains stylistic consistency with other function calls.