|
|
|
|
|
by bionhoward
439 days ago
|
|
IMHO, aren’t modules necessary for big projects to limit the amount of complexity we have to deal with at any one time? Our minds can (allegedly) only handle 7+/-2 concepts in working memory at once. Your whole codebase has way more than that, right? But one module could easily fit in that range. |
|