I never know whether to write bool or boolean. I try to avoid excessive abbreviations, but bool is so snappy and very common.
Related Posts
TIL Rust has an ambiguity `if Foo {}` -- is `Foo` a value of type bool, or a struct?
Rust solves this by defining a grammar production 'any expression except struct literals' and using it in this position. https://rust-lang.github.io/rfcs/0092-struct-grammar.html
Over a sufficiently long time horizon, all code you write is legacy code.
Do any tech streamers try new software live? It'd be a really fun way of doing UX testing.