Skip to content

Created UnitFactory and UnitType for handling units.

Runar Halvorsen Indahl requested to merge feat/create_UnitFactory into main

What are the key features of this change

Primarily created two new classes for handling units by factory design pattern. Closes issue #8 (closed). This branch also contains the refactor of the catalog structure, which closes issues #12 (closed) and #14 (closed).

Size of change: Large

List changes with class/type-of-changes

  • UnitFactory/created
  • UnitType/created
  • UnitFactoryTest/created

Checklist

  • Javadoc
  • Tests
  • Build tool test passed
Edited by Runar Halvorsen Indahl

Merge request reports