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 using camelCase for Rust. Is this bait? 😆
@crenfrow I knew I was going to screw one up. Thanks! Fixing it!
@raiderrobert haha, all good! I can't keep it straight jumping between languages all the time either.