Do you name your events properly?

Updated by Brady Stroud [SSW] 5 months ago. See history

123

Events should end in "ing" or "ed".

public event Action
< connectioninformation > ConnectionProblem;

❌ Figure: Bad example

public event Action
< connectioninformation > ConnectionProblemDetected;

✅ Figure: Good example

acknowledgements
related rules