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

Refactor Expander.TryExecuteWellKnownFunction #9975

Open
YuliiaKovalova opened this issue Apr 4, 2024 · 0 comments
Open

Refactor Expander.TryExecuteWellKnownFunction #9975

YuliiaKovalova opened this issue Apr 4, 2024 · 0 comments
Assignees
Labels
needs-triage Have yet to determine what bucket this goes in. Priority:3 Work that is nice to have

Comments

@YuliiaKovalova
Copy link
Member

YuliiaKovalova commented Apr 4, 2024

Refactor candidate

I have stumbled upon the piece of code and suggest to rethink it:

private bool TryExecuteWellKnownFunction(out object returnVal, object objectInstance, object[] args)

It contains code duplications and it's current size poorly manageable.

@YuliiaKovalova YuliiaKovalova added the Priority:3 Work that is nice to have label Apr 4, 2024
@YuliiaKovalova YuliiaKovalova self-assigned this Apr 4, 2024
@YuliiaKovalova YuliiaKovalova added the needs-triage Have yet to determine what bucket this goes in. label Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage Have yet to determine what bucket this goes in. Priority:3 Work that is nice to have
Projects
None yet
Development

No branches or pull requests

1 participant