MadsKirkFoged / EngineeringUnits

Working with units made easy with automatic unit-check and converting between units
MIT License
41 stars 10 forks source link

Unit codeGen cleanup #47

Closed mschmitz2 closed 6 months ago

mschmitz2 commented 6 months ago

Hi @MadsKirkFoged, I was in the process of adding a new unit that I will need soon but not urgently (ForceCost, e.g. $/N) and started by cleaning up the lists of units and fixing some of the spacing for the codeGen methods. I then noticed you were probably still in the process of changing codeGen for the getters, setters and enums so I decided to wait with adding the unit until you are done with this, as it's not urgent. In any case, I thought my cleanup might be of use already now, so here it is. Note also that I added all combined units that are currently not part of codeGen. I think you mentioned you were also planning on getting all of this cleaned up eventually by removing some unused units and getting the rest into codeGen... so this might help as well. I ignored the units with "Obsolete", "Out" and "test". Max

MadsKirkFoged commented 6 months ago

I really appreciate your contribution! Keep up the good work!