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

picoev: refactor #20558

Merged
merged 25 commits into from
Feb 25, 2024
Merged

picoev: refactor #20558

merged 25 commits into from
Feb 25, 2024

Conversation

enghitalo
Copy link
Contributor

No description provided.

vlib/picoev/picoev.v Outdated Show resolved Hide resolved
vlib/picoev/picoev.v Outdated Show resolved Hide resolved
vlib/picoev/picoev.v Outdated Show resolved Hide resolved
vlib/picoev/picoev.v Outdated Show resolved Hide resolved
vlib/picoev/picoev.v Outdated Show resolved Hide resolved
vlib/picoev/picoev.v Outdated Show resolved Hide resolved
@spytheman
Copy link
Member

@enghitalo please avoid refactoring/renaming in the same PR, as functional changes. I know that it is sometimes unavoidable, but here, more than half of the changes are renames.

Intermixing both in the same PR makes it much harder to read and approve, and the cost in time is not linear, especially if there are problems found. You (and I) will have to read those diffs over and over and over again, till everything is good to merge, while if those were 2 separate PRs (one pure refactoring, and another with potentially breaking, but surely functional changes), the pure refactoring one would have been approved and merged pretty much immediately, and the diff for the second one, would have been much smaller and focused.

@spytheman
Copy link
Member

spytheman commented Jan 16, 2024

Think of it as wading through a pile of straw (the renames), to search for a pearl, or a needle potentially hidden in it.

@enghitalo enghitalo marked this pull request as draft January 17, 2024 02:40
@enghitalo
Copy link
Contributor Author

@spytheman Thank you for your review and tips. I will try finish it next week

@enghitalo enghitalo marked this pull request as ready for review February 25, 2024 14:45
@spytheman spytheman merged commit 9703029 into vlang:master Feb 25, 2024
42 checks passed
raw-bin pushed a commit to raw-bin/v that referenced this pull request Mar 9, 2024
raw-bin pushed a commit to raw-bin/v that referenced this pull request Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants