So as beginner scripter I have a lot of questions. One question is very important for me. Where use OOP? Is it useful? When I write some code I don’t know what is more effecient way to create script use OOP or normal style of writing scripts.
Yeah that’s a big problem I’ve seen people using OOP for basic systems like round systems.
I only use OOP very rarely, the main benefit of OOP is scalability. Because well, OOP isn’t truly necessary but it definitely makes your life 100x easier when used properly.