Skip to content

Milestones

List view

  • Before version 1.0.0, I'd like to get all most of the code out of the main Morphix.Morphix file. It's gotten a bit too long to work with comfortably, and there are a lot of private methods that are only used by specific public methods and I feel like that generates code clutter. So, for example, the `atomorphif*` and proposed `stringimorphif*` methods could be moved to another file and then brought in with the __using__ macro, similar to what is done with equalif*. `compactif*` and `morphiflat` go together, everything else probably belongs in it's own file. This plus maybe some extensions to the ReadMe.

    No due date