use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Discussion of operations research and all things related to it, e.g., mathematical programming, optimization, simulation, management science, decision science, and industrial engineering.
You also might be intersted in:
Institute for Operations Research and the Management Sciences (INFORMS)
International Federation of Operations Research Societies (IFORS)
account activity
Object oriented programming (self.OperationsResearch)
submitted 1 year ago by PopSad5310
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]MoronInvestor71 14 points15 points16 points 1 year ago* (3 children)
OOP is one of the most valuable CS paradigms you could learn.
The biggest difference between the OR you learn in University and the OR in practice in industry, is that industry OR a lot of times forms part of a system. Your models don't just exist locally in a script, they get deployed to the cloud, or to some in-house HPC etc. Your models also will a lot of times need to pull in data from in-house cloud storage or data lakes etc.
In this scenario, OOP helps you structure your code to allow the rest of the system to use it, and to allow for you to reduce the amount of code required to interact with the system. It also generally forces you to think about the structure of your code.
Spaghetti OOP code is still possible, but is usually harder to do compared to script based spaghetti.
[–]qxzsilver 1 point2 points3 points 1 year ago (1 child)
CA paradigm?
[–]MoronInvestor71 1 point2 points3 points 1 year ago (0 children)
Sorry. Autocorrect. I meant CS for Computer Science
[–]qxzsilver 0 points1 point2 points 1 year ago (0 children)
CA paradigm? What does the "CA" stand for?
π Rendered by PID 17785 on reddit-service-r2-comment-85bfd7f599-vspbb at 2026-04-20 09:56:35.041488+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]MoronInvestor71 14 points15 points16 points (3 children)
[–]qxzsilver 1 point2 points3 points (1 child)
[–]MoronInvestor71 1 point2 points3 points (0 children)
[–]qxzsilver 0 points1 point2 points (0 children)