Currently the build function is quite large and monolithic. It needs to be broken apart to make it easier to modify/debug in the future, and also easier to substitute in different 'processors' during the build process (somewhat similar to the current plugin model).
Currently the build function is quite large and monolithic. It needs to be broken apart to make it easier to modify/debug in the future, and also easier to substitute in different 'processors' during the build process (somewhat similar to the current plugin model).