Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor/extract static methods #1026

Merged
merged 9 commits into from
Mar 19, 2018
Merged

Conversation

zenflow
Copy link
Member

@zenflow zenflow commented Mar 19, 2018

Towards #970

Moves all "static methods" ("static" in the sense of methods of the "constructor", but excluding the ones depending on our "current instance" or currentContext) into modules in src/staticMethods/.

@zenflow zenflow requested a review from limonte March 19, 2018 14:54
@zenflow zenflow added domain: devel Development-related, affecting contributors type: refactor labels Mar 19, 2018
Copy link
Member

@limonte limonte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 👍 👍

@limonte
Copy link
Member

limonte commented Mar 19, 2018

Love the commit history. This is the first time I'm thinking that by doing 'Squash and merge' I'm harming the commit history which is, in theory, the powerful tool but in practice quite often just a mess.

@limonte
Copy link
Member

limonte commented Mar 19, 2018

@zenflow what do you think about re-enabling the "Rebase and merge" option?

@zenflow
Copy link
Member Author

zenflow commented Mar 19, 2018

@limonte I really just wrote the clean commit history for review purposes. I think that amount of granularity in the master commit log is too much. There I kinda just want to see a summary commit, like refactor(modules): extract static methods from main module into src/staticMethods/

@limonte limonte merged commit 78f8830 into master Mar 19, 2018
@limonte
Copy link
Member

limonte commented Mar 19, 2018

Gotcha, done 👍

@limonte limonte deleted the refactor/extract-static-methods branch March 20, 2018 10:01
@limonte
Copy link
Member

limonte commented Mar 20, 2018

Released in v7.17.0 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: devel Development-related, affecting contributors type: refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants