N
N
Nikita Egorov2018-07-11 14:27:32
JavaScript
Nikita Egorov, 2018-07-11 14:27:32

Where can I find examples of good OOP?

Hello.
I’ve been suffering with OOP for a month now, it’s still difficult to understand how to do it right and well, but how it’s still not worth it.
Maybe someone knows good examples of OOP on github, so that you can find a lot of interesting things?
Is there a plugin architecture or a small web application? I myself tried to find it, but I caught myself thinking that suddenly I was reading bad code, and due to lack of experience I could not distinguish whether it was bad.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Stalker_RED, 2018-07-11
@svupol

Check out the source for nodejs, vue, or anything else that has a thousand stars .
Even if it turns out that OOP is not perfect there, you will not be alone. There will be thousands of like-minded people ready to wage a holy war for the only correct PLO . (At least this week.)

V
Vladimir Kochergin, 2018-07-19
@k4ir05

What for?
JS is not designed for OOP and does not fully support it. Why be so perverted? The main thing is that the code is understandable and convenient. And this will come with experience and reading someone else's code (experienced developers).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question