Elektrine lite

← Feed

@algernon@come-from.mad-scientist.club

Post #4451965

2026-08-08 13:46 UTC

I was awarded 0.8 score for having no .unwrap() calls. Because I have unwrap_used = "deny" in my clippy lints, and I run cargo clippy religiously. Pretty standard best practice is not an AI smell, my dude.

Replies (1)

  • I got 0.4 score for all lines being under 100 chars. Thanks cargo fmt. I got 1.0 for compact functions (14 lines average), because I prefer small, composable functions. I'm coming from a functional programming background (kinda), small composable functions are awesome. Clippy also complains about long functions, so if it yells at me, I oblige, and split shit up. Because I prefer understandable code. Unlike an LLM.

    Open ##4451964