• Admiral Patrick@dubvee.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    22 days ago

    Hey, I like a little chaos in my codebase 😆

    let funsies = (Math.round(Math.random() * 1000) % 2 == 0)
    if (condition || funsies) {
    // do the thing
    }