|
|
|
|
|
by xorcist
935 days ago
|
|
There is something to be said for questions like "what is the best way to organize code, many small codebases or one big one?". Code can have many properties. It can be easy or hard to read, to extend, performance, scalable and a number of other things. But poly- or monolithic is a way to describe how the code is organized. It must never be an end goal in itself. That way lies madness. |
|