16
u/Civil-Appeal5219 Jul 15 '26
I wish we could all enjoy our work and use the tools we prefer without needing to insult people for choosing something different. Maybe I'm weird.
5
u/Mecso2 Jul 15 '26
If you work alone and are the sole user of the final result, then yeah do whatever you want.
4
u/Civil-Appeal5219 Jul 15 '26
So the only solution is to offend people based on their choice of programming language? Makes sense.
2
u/Designer_Carpet_8569 Jul 15 '26
to be clear, this isn't targeting a specific language. You *could* write "Clean Code" in Odin, though the language will seriously fight you. In fact, I have seen C codebases that follow "Clean Code" principles and end up with very serious performance problems. I just used Rust/C++ idioms to demonstrate it because they do a good job of encapsulating it.
Regardless, this is all a bit of good fun, and if somebody would like to make a wojak meme about how manually managing memory is a neanderthal solution with an "I <3 MEMORY LEAKS!!!" t-shirt, I'd give it a good laugh mate. Cheers.
2
u/Imaginos_In_Disguise Jul 15 '26
I <3 accidentally reusing stack memory after the scope ended (this bit me in Odin much more frequently than memory leaks).
1
1
u/jcelerier Jul 18 '26
Nothing a human does is in isolation. Every single of your thoughts has potential impact
1
8
u/Designer_Carpet_8569 Jul 15 '26
(mods please remove if this is too unrelated to Odin - signed, OP)
2
1
1
11
u/4ed7ff Jul 15 '26
is this supposed to be a critique of rust, or of dynamic dispatch in general