Skip to content

Check ParameterCount

github-actions[bot] edited this page Mar 6, 2024 · 2 revisions

Methods/Procedures should not have too many parameters.

Noncompliant Code Example

_method object.example(p1, p2, p3, p4, p5, p6, p7)
_endmethod



_proc@example_proc(p1, p2, p3, p4, p5, p6, p7)
_endproc

NOTE: This page is generated. Any changes made to this page through the wiki will be lost in the future.