Skip to content

Enforcement of parameters names #1

@vadginz

Description

@vadginz

Nice idea and implementation :-)

Why to enforce parameters to have the same names like in the interface declaration in method doAllParametersMatch?

if (!(targetParam.Name == callingParam.Name && ...

On my opinion, it's not so clear when you code lambda expression like this:

.Runs<int, string>(numberOfFoos =>

Thanks,
Vadim

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions