My curated thoughts on software and, design
Writing down all my thoughts on software development and design trends.
Dapper split on argumentNov 10, 23
Effortless Object Nesting with Dapper's splitOn argument.
SOLID not so SOLIDFeb 03, 25
A fun and honest take on SOLID principles, starting with Dependency Inversion and why it matters (or not).
Interface Segregation: Don't Force Your Minions to Do Useless WorkMar 12, 25
ISP keeps code clean by ensuring classes only implement what they need.