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

Ditch bools around lazy connection in favour of an enum #43

Closed
shikhar opened this issue Nov 5, 2024 · 0 comments · Fixed by #49
Closed

Ditch bools around lazy connection in favour of an enum #43

shikhar opened this issue Nov 5, 2024 · 0 comments · Fixed by #49
Assignees

Comments

@shikhar
Copy link
Member

shikhar commented Nov 5, 2024

Boolean parameters can be confusing to read and bug-prone, for the connect lazy optionality create an enum with variants for Eager & Lazy, and use consistently.

vrongmeal added a commit that referenced this issue Nov 8, 2024
Resolves: #43

Signed-off-by: Vaibhav Rabber <vaibhav@s2.dev>
@shikhar shikhar added the M1 label Nov 8, 2024
vrongmeal added a commit that referenced this issue Nov 14, 2024
Resolves: #43

---------

Signed-off-by: Vaibhav Rabber <vaibhav@s2.dev>
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 a pull request may close this issue.

2 participants