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.
Description
The consensus in .NET is to have names of methods dealing with
async
hronous operations suffixed withAsync
. One such example isStream.ReadAsync
fromSystem.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/