-
Notifications
You must be signed in to change notification settings - Fork 420
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
WindowLeftAndRight #629
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
Comments
Four things:
I'm fine with introducing a private method to share the implementation among the three but I am not convinced that needs to be surfaced on the public API. |
We add possibility for dynamic choice. I do think that the best way to write it is the optional parameters. See :
VS
The
And is used like that:
|
Why? Just for the sake of adding features and richness? Is there a compelling use case that can be demonstrated? Keep in mind, this project's tagline reads:
Dynamic behaviour is not something that keeps to the spirit of LINQ. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
I am forking this issue out of #627 as the discussion on
WindowLeftAndRight
was diverging from the subject of #627. Below is the quoted discussion thus far.@Orace said:
@atifaziz said:
@Orace said:
@atifaziz said:
For dynamic behaviour? I think if someone needs that, they can achieve it like this:
@Orace said:
The text was updated successfully, but these errors were encountered: