The End of Object Inheritance

Here are my notes from the PyCon2013 talk given by Augie Fackler & Nathaniel Manista titled The End Of Object Inheritance & The Beginning Of A New Modularity. That link will bring you to a youtube video of the talk. Three Premises for Software Augie & Nathaniel first discuss three basic concepts that are “uncontroversial” in software development. Use types for nouns When we are talking about data and components that we need in the system, we are using types to refer to them. »