Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 297 Bytes

PH_S021.md

File metadata and controls

9 lines (5 loc) · 297 Bytes

PH_S021 - Async Naming Confusion

Problem

An asynchronous method is missing the Async suffix, although there exists another method with the Async suffix.

Solution

Always use the Async suffix for asynchronous methods. Moreover, rename one of the methods to a more appropriate one.