@algernon@come-from.mad-scientist.club
Post #4451964
2026-08-08 13:48 UTC
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.
Replies (1)
-
@algernon@come-from.mad-scientist.club 2026-08-08 13:50
1.5 score for all public functions being documented is apparently an AI signal. Because a human can't obsessively document their APIs. I do not have enough facepalms.