hfour / h4bff

H4's backend & frontend framework :cupid::wrench: https://hfour.github.io/h4bff/
MIT License
7 stars 2 forks source link

fix(core): split into several files #52

Closed spion closed 5 years ago

spion commented 5 years ago

This PR just splits the main core into several files, and adds an extra test to ensure test coverage is good enough

The pattern followed for splitting is explained here:

https://medium.com/visual-development/how-to-fix-nasty-circular-dependency-issues-once-and-for-all-in-javascript-typescript-a04c987cf0de

I also ran the platform tests as an added extra measure to verify things are as they were before.