Suggestion: Remove the empty constructor since it only calls the superclass constructor and adds unnecessary boilerplate. [general, importance: 5]
- constructor() {
- super();
- }
+ // constructor omitted since default inherited constructor is sufficient
Originally posted by @PeterBot in #1005 (comment)
Suggestion: Remove the empty constructor since it only calls the superclass constructor and adds unnecessary boilerplate. [general, importance: 5]
Originally posted by @PeterBot in #1005 (comment)