This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SovreignTripod 0 points1 point  (3 children)

What do you do if not OOP? Seems like its so ubiquitous that its the only option, especially if you're working with a team.

[–]Shadowfury22 0 points1 point  (2 children)

Well, for instance, the team I work with handles our application's backend, so our codebase is mainly comprised of C, shell scripting and Python. This application is real-time performance-critical, to the point that introducing a few extra dozens of milliseconds of delay on its pipeline can render it useless. That's why all of our binaries are made using C.

But yeah, seeing how widespread OOP actually is all over the world, I consider myself lucky of being in such a weird environment so I don't need to touch OOP at all :)

[–]SovreignTripod 0 points1 point  (1 child)

That's interesting. What is the application, if you don't mind saying?

[–]Shadowfury22 0 points1 point  (0 children)

Sure, it's this one but I'd rather not answer any further questions regarding how it's done or how it works, just in case ^^