Vladimir

19%
Flag icon
The main idea of object-oriented programming is to place behavior and data together in the same code unit: a class. If a class is widely used but has no significant behavior of its own, it’s possible that code dealing with its instances is scattered (and even duplicated) in methods and functions throughout the system—a recipe for maintenance headaches.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview