Skip to content
Arthur van de Vondervoort edited this page Dec 14, 2024 · 2 revisions

Methods should always be called with parenthesis.

This rule is an extension on the existing CodeCop AA0008: Function calls should have parenthesis even if they do not have any parameters.

This rule introduces a diagnostic for a few more of the most common cases, like Count, IsEmpty, Today, WorkDate and GuiAllowed.

Clone this wiki locally