2023-04-14
Go vs. Rust's Readability Trade-offs: Better Safe Than Sorry
I argue that Rust is not less maintainable than Go just because Rust is less readable.
2023-04-09
19% of Rustaceans Need To Know This!
I argue that moved arguments inside Rust's functions preserves the purity of the function.
2023-03-25
Pure Rust: How to apply Functional Programming Principles To Your Rust Functions
If you are not familiar with Functional Programming(FP), you are in for a ride. I will try to explain Functional Programming(FP) in more practical terms.