|
|
|
|
|
by plonk
1064 days ago
|
|
My situation: small team with around 10 simultaneous projects at any one time, all depending on a framework that we use for tons of different things. Everyone is constantly modifying the same parts of the code because that’s where the features should be added. It’s way cleaner than when the projects were separated and didn’t share code. In this case, we often have conflicts in private modules. (And everything is private since we don’t provide any libraries to anyone.) |
|