|
|
|
|
|
by hvidgaard
1585 days ago
|
|
In a corporate environment I insist on treating warnings as errors. They are warnings for a reason and it will lead to hard to debug errors in a sufficiently large codebase/team. Enabling it after the fact is a chore, but once it working its not much extra work. Linting I only use for adding/correcting a file header, order or methods or other things that it can fix automatically. |
|