|
|
|
|
|
by butabah
3304 days ago
|
|
You'll find these issues with pretty much any dynamic or scripting language once the codebase becomes large enough. For JavaScript, your best bet would be to integrate external tooling (such as JSHint) into your gulpfile or grunt. |
|