I'm all in favour of exploring syntax design, but sometimes I wish an ASM syntax had won. I see (and muddle) both AT&T and Intel frequently.
miniblog.
Related Posts
TIL rustc has a style guide for suggestions! https://rustc-dev-guide.rust-lang.org/diagnostics.html#suggestion-style-guide
They recommend avoiding 'did you mean' or 'the following' in favour of direct suggestions and highlighted positions.
Apparently FizzBuzz is a spelling used by programmers, and it's "Fizz Buzz" in other contexts: https://en.wikipedia.org/wiki/Fizz_buzz
Perhaps programmers favour camel case more often?
"Slots" seems to have almost entirely fallen out of favour relative to "properties".
Python uses both terms, are there any other cases where languages distinguish?