Skip to content

Refactory Pool module #930

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

Merged
merged 3 commits into from
May 9, 2022
Merged

Conversation

bigmontz
Copy link
Contributor

@bigmontz bigmontz commented Apr 26, 2022

The state of the pool and the resource list weren't bounded together as it supposed to. This scenario makes the code prune to bugs and inconsistency in the long run.

Merge the resource list (a.k.a. Pool) and PoolState in the same object makes the code easier to understand and more cohesive.

bigmontz added 3 commits May 5, 2022 14:47
The state of the pool and the resource list weren't bounded togheter as it supposed to. This scenario makes the code prune to bugs and incosistency in the long run.

Merge the resouse list (a.k.a. Pool) and PoolState in the same object makes the code easier to understand and more coesive.
@bigmontz bigmontz force-pushed the 5.0-make-pools-great-again branch from 27adb14 to 4a47a72 Compare May 5, 2022 12:47
@bigmontz bigmontz merged commit 671f070 into neo4j:5.0 May 9, 2022
@bigmontz bigmontz deleted the 5.0-make-pools-great-again branch May 9, 2022 11:14
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.

1 participant