• z3bra
    link
    1011 months ago

    I’ve recently started writing JS recently, after writing C, go, shell and ruby for years.

    Ended up with this gem in my code:

    var total = +qty + +pool[0] - +pool[1];
    

    I hate it.