Variable naming conventions by programming language:

Python: the_thing
JavaScript: theThing
TypeScript: theThing: any
Java: AbstractFactoryPatternSingletonInstanceManagerThing
C: i
Go: thing, err
Rust: maybe_the_thing

@raiderrobert I understood all the references except Rust. Is because of the optionals?
@betzerra Yeah, I was trying to figure out how to make a joke about the optionals. It was my best one.
@raiderrobert @betzerra It was clear to this rust programmer that you were going for the flavor of `if let Some(bullshit) = maybe_the_thing { ...`
@overeducatedredneck @raiderrobert Im very used to optionals because of Swift 😅. I like them, I do not like Rust though