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

Refactors before 1.7 release #555

Merged
merged 29 commits into from
Jan 30, 2025
Merged

Refactors before 1.7 release #555

merged 29 commits into from
Jan 30, 2025

Conversation

Sija
Copy link
Member

@Sija Sija commented Jan 29, 2025

No description provided.

@Sija Sija added the refactor label Jan 29, 2025
@Sija Sija added this to the 1.7.0 milestone Jan 29, 2025
@Sija Sija requested a review from veelenga January 29, 2025 21:17
@Sija Sija self-assigned this Jan 29, 2025
@Sija Sija force-pushed the refactors-before-1.7-release branch 2 times, most recently from 383583c to c573bb3 Compare January 30, 2025 01:34
@Sija Sija force-pushed the refactors-before-1.7-release branch 3 times, most recently from 57e669d to 4e5e0bb Compare January 30, 2025 02:52
@Sija Sija force-pushed the refactors-before-1.7-release branch from 4e5e0bb to cd144e9 Compare January 30, 2025 02:53
describe Documentation do
subject = Documentation.new
Copy link
Member

Choose a reason for hiding this comment

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

only now noticed that the rule name is kinda off:

Ameba::Rule::Documentation::Documentation

Copy link
Member

@veelenga veelenga left a comment

Choose a reason for hiding this comment

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

Honestly, I always feel uncomfortable with these massive refactorings across the codebase. In most big projects, contributions that involve refactoring are often discouraged because many suggestions tend to be subjective and, in some cases, introduce hidden issues.

I’m okay with this one, however, wanna add that refactoring just for the sake of cleaner code can sometimes create unnecessary churn and increasing the risk of introducing subtle bugs, especially before the release.

@Sija Sija merged commit de4c336 into master Jan 30, 2025
4 checks passed
@Sija Sija deleted the refactors-before-1.7-release branch January 30, 2025 11:01
@Sija
Copy link
Member Author

Sija commented Jan 30, 2025

@veelenga I understand your sentiment, and in general I'm against such big PRs, yet once in a while I tend to gather all smaller (and thus with no or very slight chances of regressions) changes into one batch to save us time and energy that would go into reviewing these independently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants