Skip to content

Easy to find C# & F# & TS pitfalls #121

Open
@knocte

Description

@knocte

e.g. for C#: \s+async\s+void\s+ -> replace with async Task

e.g. for TypeScript: undefined -> replace with ? or null

e.g. for F#:
* \s+task\s*{ -> replace with async (and Async.StartAsTask if needed)
* let! _ = -> replace with do!

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