Building custom libraries for your code base becomes essential as soon as you have multiple Repos of code that interact with one another.  Otherwise you will end up duplicating code, causing horrible maintainability problems down the road.  For our python stack we wanted to have a common code library, stored in a private GitHub Repo,… Read more »