You’re being sarcastic but even small fees immediately weed out a ton of cruft.
Formerly /u/Zalack on Reddit.e
Also Zalack@kbin.social
You’re being sarcastic but even small fees immediately weed out a ton of cruft.
And often if you box yourself into an API before you start implementing, it comes out worse.
I always learn a lot about the problem space once I start coding, and use that knowledge to refine the API of my system as I work.
Compiled Rust is fast.
Compiling Rust is slow.
Also my understanding is that RustAnalyzer has to compile all Rust macros so it can check them properly. That’s not something that a lot of static analysis tools do for things like C++ templates
I’m not saying there aren’t downsides, just that it isn’t a totally crazy strategy.