|
|
|
|
|
by madrobby
5185 days ago
|
|
(Disclaimer: I'm the maintainer/author of Zepto.js) FWIW, it took about 10 minutes to remove the semicolons from the codebase, with a simple grep: /;$/ For the few places where a ; is actually needed you can run a regexp based search as well, the rest is easily identified by unit tests. We've also spend some 50+ hours on writing new code, tests, a new build and automated tests system, a completely new documentation site and answering countless issues on GitHub. |
|