Tagged Questions
0
votes
2answers
139 views
How do I encourage code sharing and limit the bug tracking overhead while maintaining flexibility in my releases?
How are you tracking changes, testing effort for bugs that impact multiple artifacts released separately?
Code sharing is good because it reduces the total number of paths through the code which ...