Join Nostr
2025-03-19 05:49:56 UTC

Lars Wirzenius on Nostr: I kind of with #Rust #RustLang canonical formatting would put a space after the ...

I kind of with #Rust #RustLang canonical formatting would put a space after the boolean not operator (!). In other words:

if ! filename.exists() {...}

instead of

if !filename.exists() {...}

This would make the negation a little easier to spot.

I don't wish this hard enough to even check if it's been discussed, never mind make a formal proposal. I'm just waiting for my test run to finish.