Skip to content

Rename factories to builders.

Ian McLerran requested to merge ifm into master

Factories did not actually implement the factory pattern. (also added actual factories elsewhere).

Although somewhat different, they behave similarly to builders, in that they generate an entity step by step.

Thus renamed to builders.

Merge request reports

Loading