Community
Participate
Working Groups
While working on BuildConfigurations nad Context, we noticed with James that BuildManager is far too complicated for what it does. The first think is the number of various basicBuild methods. Let's try to look at later in the 3.7 cycle.
I think BuildManager does exactly what it needs to do, and no more :) Smaller methods could be inlined to make bigger methods but I don't think it buys much benefit. This is worth revisiting only if we start doing more new feature work in here.
(In reply to comment #1) > I think BuildManager does exactly what it needs to do, and no more :) > Smaller methods could be inlined to make bigger methods but I don't think it > buys much benefit. This is worth revisiting only if we start doing more new > feature work in here. True.