19
Qchmqs
7y

enough is enough
to all the fucker ass morons deploying mini js frameworks with ambiguous names and undocumented functionality all fucking minified and using at least 20-30 of them on each page
dafuq you need a different slider for every section ?

Comments
  • 1
    In my projects I usually write something like this:

    // look ma, jquery in 60 bytes!
    function $(q) { return document.querySelector(q); }

    and if necessary another $$ for querySelectorAll.
Add Comment