Comment on Anon is a linguist

Tetragrade@leminal.space ⁨4⁩ ⁨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));

source
Sort:hotnewtop