|
|
|
|
|
by why-oh-why
2286 days ago
|
|
Some bad code is hard to lint automatically (e.g. if there’s a single function that all it does is arg.slice(1), no linter will catch that). I’ve found all kind of bugs just refactoring code because poor code obfuscates them. Your way of building things will lead to debt and bug reports |
|