Do you name your events properly?
Updated by Brady Stroud [SSW] 6 months ago. See history
123
<introEmbed
body={<>
Events should end in "ing" or "ed".
</>}
/>
public event Action< connectioninformation > ConnectionProblem;
❌ Figure: Bad example
public event Action< connectioninformation > ConnectionProblemDetected;
✅ Figure: Good example
Categories
Related rules
Need help?
SSW Consulting has over 30 years of experience developing awesome software solutions.