Skip to content

DOCUMENTATION: Talk about Using Methods instead of Comments for Documentation #35

Open
@hassanhabib

Description

@hassanhabib

Instead of:

this.someExternalLibrary.PtrShit();

Use:

public void OneLinerMethodThatReallySaysWhatItDoes() =>
    this.someExternalLibrary.PtrShit();

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