2026-03-12 17:23:33 UTC
in reply to

ChipTuner on Nostr: Yeah const everything. mutable is a smell for me. If I have to use a mutable variable ...

Yeah const everything. mutable is a smell for me. If I have to use a mutable variable I'm probably doing something hacky.