• tsonfeir@lemm.ee
    link
    fedilink
    arrow-up
    2
    ·
    4 months ago

    Just because code works in dev doesn’t mean it’s going to be the right thing for production. I caught that little bastard making 1000 db queries in a loop one time, instead of taking the time to make it efficient. Technically it worked. And, because dev has no server load, it was relatively quick.