DK96-OS / MathTools

Mathematical Software Components. This library is actively maintained, and aims to stay updated. New feature proposals are welcome, but may not be included.
Apache License 2.0
2 stars 1 forks source link

Project Module Naming Case Convention #17

Closed DK96-OS closed 2 years ago

DK96-OS commented 3 years ago

The recommended naming convention is kebab case for Gradle project. According to documentation at Gradle Docs there is name abbreviation support when calling gradle tasks from the command line.

DK96-OS commented 3 years ago

The goal behind this issue, is to rename Numbers to numbers, and Systems to systems.

DK96-OS commented 2 years ago

At this point, it would be advantageous to split off some code from the numbers module. The ideal code is the listtypes package, which contains basic functions operating on primitive types. The numbers module will then depend on the lists module.

DK96-OS commented 2 years ago

Another module is the statistics package. It has grown, and will likely continue to grow.