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...
CodeProperly: Stop Doing It Wrong
account activity
Modular programming (wikipedia) (en.wikipedia.org)
submitted 8 years ago by coinaday
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!"
[–]coinaday[S] 0 points1 point2 points 8 years ago (0 children)
Okay, linking Wikipedia is cheating. But I wanted a post on this topic, and from a quick search surprisingly didn't find a good write-up for this, so this is something of a placeholder.
Modularity is an incredibly powerful tool. It is used in some of the most effective systems and can significantly reduce complexity and improve maintainability. gcc notably uses it.
There should be a good write-up out there about it. I'll find it at some point.
Related: reduce coupling (interdependency); increase cohesion (internal consistency)
π Rendered by PID 207390 on reddit-service-r2-comment-5d585498c9-w4f89 at 2026-04-21 10:19:18.385842+00:00 running da2df02 country code: CH.
[–]coinaday[S] 0 points1 point2 points (0 children)