Skip to content

Refactoring without breaking things

Compare
Choose a tag to compare
@microThread microThread released this 30 Dec 00:22
· 37 commits to master since this release
  • Refactoring DotArray:
    • Using a Trait (DotPathTrait) to split code in more organized units.
    • Refactor DotArray::mergeRecursive :: less if ... else branches.
    • Refactor DotArray::normalize :: now is recursive and if type of the entry is DotArray then is converted to array.
    • Apply DotArray::normalize after every DotArray::write used when DotArray::set is called.
  • Fix composer.json create-folders script :: in case of fail creating the build folder, exit with code 0.
  • Updating README.md
  • Updating Tests