Elektrine lite

← Feed

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

Post #4449913

2026-08-08 13:43 UTC

I've got 1.5 score for documentation comments. Apparently, thoroughly documenting my code is an AI smell. Like, dude... LOOK AT MY LITERATE PROGRAMMED REPOS! I write more documentation than code, if I'm left to my own devices.

Replies (1)

  • I received 0.5 points for zero trailing space and machine-perfect formatting. I mean, this is Rust code. I run cargo fmt as a pre-commit hook. It is going to have no trailing space and will be machine-perfect formatting! Because I ran cargo fmt on it. I can do that without an AI, surprising as it may be.

    Open ##4449912