Liskov Substitution Principle for Machine Learning: Theory and Practice

Learn about the Liskov Substitution Principle. This principle urges programmers to write class hierarchies which adhere to the same interface(s). If you follow the Liskov Substitution Principle, your client code can use any subtype of a given class interchangeably. As a result, the code will be more decoupled. And your colleagues and your future self will thank you for that :) Slides: Liskov Substitution Principle/Liskov Substitution Code: Liskov Substitution Principle/ =============================== Interested in hiring me as a consultant/freelancer? Join The Sound Of AI Slack community: Connect with Valerio on Linkedin: Follow Valerio on Facebook: Follow Valer
Back to Top