Class structure
The main differencce that I like to handle organization when it comes to Mass is to combine everything related to a specific processor into the processor class.
For example, the SignificanceDirector
processor has fragments and a trait associated with it. They can be found in the same class as theUSignificanceProcessor.h
class.
Last updated