TL;DR: Avoid methods that return Object, Any, or null instead of specific types. Make them fully polymorphic Problems π Missed Polymorphism Tight Coupling Excessive Null Checks Confusing Returns Fragile Code Hard to Test Lost type safety Broken po...
maximilianocontieri.com5 min read
No responses yet.