Skip to content

Do not use underscore as variable name. #4

@eugene-kartsev

Description

@eugene-kartsev

I'm not sure about the following line:

DO NOT use underscore as variable name. This is incorrect:
task.ContinueWith((_) => _activeTasks.Release());

What would you like to see here? I mean if method accepts Action<Something> and you want to use it as Action (void)? In many languages single underscore means - missing or unused parameter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions