|
|
|
|
|
by dreta
3571 days ago
|
|
If you’re going to learn OOP, you need a larger project to go along with it so that you can understand ASAP that it only makes you write more code, over-complicate problems, and makes your applications hard to understand, and debug. It’s going to save you from spiralling into the typical “OOP is fine, i’m just not doing it right, i should’ve designed that differently” loop that most college graduates go through during their first professional years. |
|
As with every tool you need to know how and when to use it, but it can be quite effective if done right.