Contribute Media
A thank you to everyone who makes this possible: Read More

Boring Object Orientation

Translations: en

Description

The strengths and weaknesses of Python lend themselves to a different style of object oriented programming. By accepting several constraints on how we design and implement classes, we make our code more robust, more testable, and easier to adapt to changing circumstances

Details

Improve this page