Tags
Architecture
![Beyond Mocking: Rethinking Test Design Through Code Structure](/images/clean-vs-mocked-architecture_hu9451b894d9c80b26cfb2423bd9001c30_65392_1110x0_resize_lanczos_3.png)
Testing
Architecture
Beyond Mocking: Rethinking Test Design Through Code Structure
MacBobby Chibuzor
Nov 25, 2024
Recently, while working on a monitoring system that checks delegation balances across multiple blockchains, I had an enlightening experience that changed how I think about test design.
Read MoreSoftware engineering
Structuring a Rust Codebase - Exploring Rust's Module System for Code Organization
MacBobby Chibuzor
Jul 9, 2023
Introduction Structuring a Rust codebase can be so frustrating for beginners.
Read More