top | item 46440972

(no title)

drbojingle | 2 months ago

Everything is made of smaller parts. I'd like to think we can sub divide a code base into isolated modules at least.

discuss

order

tracker1|2 months ago

Depends on what kinds of problems you're solving...

I'd put it in line with monolith vs microservices... You're shifting complexity somewhere, if it's on orchestration or the codebase. In the end, the piper gets paid.

Also, not all problems can be broken down cleanly into smaller parts.

devin|2 months ago

In the real world, not all problems decompose nicely. In fact, I think it may be the case that the problems we actually get paid to solve with code are often of this type.