HEJOK254 / Discord-QuickEdit

A discord application allowing users to quickly trim/edit/convert files, like videos.
2 stars 2 forks source link

(CS-R1073) Methods that deal with `async` should have their names suffixed with `Async` #2

Closed HEJOK254 closed 3 months ago

HEJOK254 commented 3 months ago

Description

The consensus in .NET is to have names of methods dealing with asynchronous operations suffixed with Async. One such example is Stream.ReadAsync from System.IO. Doing so improves readability and provides crucial information at a glance.

Occurrences

There are 6 occurrences of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/HEJOK254/Discord-QuickEdit/issue/CS-R1073/occurrences/