• Tetragrade@leminal.space
    link
    fedilink
    English
    arrow-up
    9
    ·
    edit-2
    2 days ago

    Javascript users be like.

    try {
        mysteryBox?.open?.();
    }
    catch() {
        console.error("fuck")
    }
    

    Rust users be like.

    let discord_kitten = femboys
        .iter()
        .map(|b| Bottom { thigh_highs: true, ..*b })
        .filter(|b| b.girth<5.0)
        .reduce(|top,b| top %= b);
    

    C# users be like.

    // from the Unity turoial IDK what this does
    RegistrationHandler.SingletonInjectionHandler.InjectSingleton<IInjectedSingleton>(new InjectedSingleton(RegistrationHandler.SingletonInjectionHandler.SingletonType.Player));