SysML Exporter: Renaming of methods and classes to reflect their purpose
Sugestions (for discussion)
- Name classes that host factory methods: *Factory
- Methods that create a new object: create*()
- Methods that augment an existing object: build*()
Sugestions (for discussion)