Martijn Faassen on Nostr: This article argues you should start with larger modules and only break them up ...
This article argues you should start with larger modules and only break them up incrementally:
https://two-wrongs.com/decompose-into-larger-modules.html
I'm a big fan of starting projects in a single large module and then breaking out pieces as I see fit over time, instead of trying to start with some kind of organization straight away.
My reasoning is that it's easy for this premature organization not to actually follow the boundaries of abstractions you don't understand yet, and people tend to stick to it.
#programming
https://two-wrongs.com/decompose-into-larger-modules.html
I'm a big fan of starting projects in a single large module and then breaking out pieces as I see fit over time, instead of trying to start with some kind of organization straight away.
My reasoning is that it's easy for this premature organization not to actually follow the boundaries of abstractions you don't understand yet, and people tend to stick to it.
#programming