You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 13, 2024. It is now read-only.
Currently, the gomori modloader is difficult to make commits to because of tangled code. Although this isn't really in demand, I've been working on a internals rewrite that applies some more principals like proper encapsulation and single-responsibility. The public API exposed will be the same, but all of the internal code has been rewritten and documented.
This is a big change, and I'm not sure if this is even the right way to go about it (considering modding is all about working with tangled code). Current PRs will have to be heavily rebased or even rewritten to match the new code.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Currently, the gomori modloader is difficult to make commits to because of tangled code. Although this isn't really in demand, I've been working on a internals rewrite that applies some more principals like proper encapsulation and single-responsibility. The public API exposed will be the same, but all of the internal code has been rewritten and documented.
This is a big change, and I'm not sure if this is even the right way to go about it (considering modding is all about working with tangled code). Current PRs will have to be heavily rebased or even rewritten to match the new code.
See the code:
https://github.com/frostu8/gomori/tree/internal-rewrite
All reactions