|
|
|
|
|
by CyberFonic
4222 days ago
|
|
Boilerplate code for classes in Python? WTF? Are you sure you are not adopting Java or C++ conventions? Python supports both OO and functional paradigms. For any project you would use the combination that is optimal for the project. Forcing the use of one or the other without considering the overall impact is unwise. |
|