i'm trav
i've also been known to make music
any and all interesting projects.
I've really been loving Rust as I've learned more over the past few months. Your point about it lacking a well defined use-case is something I've struggled with. I want to create useful solutions to real problems, and I struggle to find the instances where another language wouldn't be better in its current state.
Wait, is Dunder what the type of method is called? I thought it just meant "double underscore". Like "dunder init dunder." I can't say "dunder" with a straight face lol. Also would it be camelCase between the dunders, or snake_case? Asking the important questions here.
The modulo operation is definitely useful—it would be nice to see it explained in depth with some more context to accompany the code samples. It’s also worth noting that not all programming languages calculate modulo the same way, so it's important to know the quirks of the language you're using.