Testability: Reimagining OOP design patterns in Rust

I’m going to look at design patterns that enables easy code testability. Most of the code
I write at work is written in a traditional object-oriented language, and is almost
exclusively using the pattern known as Dependency Injection (DI). Read more

Similar

Rust 101

Rust is a kick-ass language. Many developers hate Rust because of borrowing and responsibility rules, I get it. However, these rules that ... (more…)

Read more »