Monolithic Repos Are Evil

We all keep our code in Git version control repositories. The question is whether we should create a new repository for each new module or try to keep as much as possible in a single so called "monolithic" repo. Market leaders, like Facebook and Google, advocate the second approach. I believe they are wrong.

[image error]Funny Games (2007) by Michael Haneke

Let's use the following JavaScript function as an example. It downloads a JSON document from a Zold node (using jQuery) and places part...

 •  0 comments  •  flag
Share on Twitter
Published on September 04, 2018 17:00
No comments have been added yet.