Rust Changed My Mind: Exceptions
Exceptions are bad, m’kay? One of the ways Rust changed my mind is that it increased my intolerance of exceptions to the same degree of contempt I feel for inheritance and nulls. Namely, that its...
Exceptions are bad, m’kay? One of the ways Rust changed my mind is that it increased my intolerance of exceptions to the same degree of contempt I feel for inheritance and nulls. Namely, that its...
Should constructors really be special? You’ll often here new Rust developers say “Rust isn’t object oriented”. This is false, but why is it such a pervasive myth? The Rust book references that so...
I’ve accidentally followed the Gartner hype cycle. It’s been a year since I uploaded my original post on Eventual Inconsistency. In that time I’ve gone through a phases of way too much time inves...
Mutability is never desired; only required There has been a steady trend in programming languages towards increasing immutability. This is because immutability is a powerful tool for simplifying ...
In the process of fixing one problem, the Rust community discovered so much more. Oh boy. Here it comes. Another developer that soy’d out after drinking the Kool-Aid is here to proselytize us abo...
Wishing upon a star that people are better than they are is a terrible solution every time. - CGP Grey When someone proposes a solution to a human based problem I like to ask myself “will this wo...
Scrum is like [C]ommunism. It fails everywhere, every time, but they tell you “you aren’t doing it right.” - @svpino on Twitter Stand Ups Should Be Your Best Meeting, Not A Meme You probably hav...
When corporate leaders are dishonest about why a decision was made it isn’t merely patronizing 2023 was a rough year for tech workers. Well, as rough as it can be. At the end of the day this is a...
Flying slow is better than flying blind, but flying blind is better than crashing How Do You Raise the Alarm When the Alarm is Broken? I recently reviewed a PR adding instrumentation to a new pr...
How, in this century, do I still need to manually update my address in all my accounts? Today my friends, I wish to engage in a productive rant. To call out something as the clear nonsense that i...