Replies: 3 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. |
Beta Was this translation helpful? Give feedback.
-
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:
|
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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:
Beta Was this translation helpful? Give feedback.
All reactions