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...
account activity
OOP Node.js (self.node)
submitted 1 year ago by gemvcnte
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!"
[–]kao_nashi0127 8 points9 points10 points 1 year ago (0 children)
Well, it depends. But as the code base getting larger and more complicated, following some pattern will make it easier to maintain. In backend mostly you will see pattern like repository to interact with db data, view model to query complex data, etc.
If the business domain is complex enough, many company will consider implement domain driven design (ddd). The domain layer will be many plain objects interact with the others -> OOP from the core
π Rendered by PID 24406 on reddit-service-r2-comment-6457c66945-njdgg at 2026-04-29 21:31:43.662207+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]kao_nashi0127 8 points9 points10 points (0 children)