|
|
|
|
|
by ronbo
4189 days ago
|
|
still i would like to see a concrete example where OOP is better. I thought that OOP had advantages in larger projects with many kinds of data where it helped organize the code to make it more readable and editable. At that point you need to be careful how you use it to make it manageable. Not sure how small an example would could be before it started to show some benefits. |
|
Semantic organization where methods are defined near the data (the recepie is on the flour package) is a benefit for sure, but it's just a preference.