mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 09:26:52 +01:00
Correct wording in five events articles to reflect that AL event subscribers bind by parameter name, not position: - add-new-event-parameters-at-the-end: drop the inaccurate claim that appending a parameter forces subscribers to be updated or causes wrong values; keep the append-at-end best practice. - do-not-add-ishandled-to-an-existing-event: reframe from "breaking change" to the semantic/purpose shift that leaves existing subscribers pointless; rename the breaking-change keyword to semantic-change. - name-events-by-publisher-position: extend the good sample with position-named publishers raised from table and report trigger contexts. - initialize-ishandled-to-false-before-publishing: scope the detection and best practice to events that actually carry a var IsHandled, so an OnBefore with no IsHandled is not flagged. - do-not-bypass-critical-operations-with-ishandled: add a litmus-test definition of a critical operation (code that cannot stand as an independent, self-contained unit). Knowledge-only; no contract or wiring change. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| add-new-event-parameters-at-the-end.bad.al | ||
| add-new-event-parameters-at-the-end.good.al | ||
| add-new-event-parameters-at-the-end.md | ||
| avoid-loosely-typed-event-parameters.bad.al | ||
| avoid-loosely-typed-event-parameters.good.al | ||
| avoid-loosely-typed-event-parameters.md | ||
| choose-static-vs-manual-subscribers-deliberately.bad.al | ||
| choose-static-vs-manual-subscribers-deliberately.good.al | ||
| choose-static-vs-manual-subscribers-deliberately.md | ||
| do-not-add-ishandled-to-an-existing-event.bad.al | ||
| do-not-add-ishandled-to-an-existing-event.good.al | ||
| do-not-add-ishandled-to-an-existing-event.md | ||
| do-not-bypass-critical-operations-with-ishandled.bad.al | ||
| do-not-bypass-critical-operations-with-ishandled.good.al | ||
| do-not-bypass-critical-operations-with-ishandled.md | ||
| do-not-publish-events-inside-loops.bad.al | ||
| do-not-publish-events-inside-loops.good.al | ||
| do-not-publish-events-inside-loops.md | ||
| initialize-ishandled-to-false-before-publishing.bad.al | ||
| initialize-ishandled-to-false-before-publishing.good.al | ||
| initialize-ishandled-to-false-before-publishing.md | ||
| name-event-parameters-without-abbreviations.bad.al | ||
| name-event-parameters-without-abbreviations.good.al | ||
| name-event-parameters-without-abbreviations.md | ||
| name-events-by-publisher-position.bad.al | ||
| name-events-by-publisher-position.good.al | ||
| name-events-by-publisher-position.md | ||
| prefer-reusing-or-extending-existing-events.bad.al | ||
| prefer-reusing-or-extending-existing-events.good.al | ||
| prefer-reusing-or-extending-existing-events.md | ||
| prefer-this-over-includesender-in-codeunit-events.bad.al | ||
| prefer-this-over-includesender-in-codeunit-events.good.al | ||
| prefer-this-over-includesender-in-codeunit-events.md | ||
| prefix-temporary-record-event-parameters-with-temp.bad.al | ||
| prefix-temporary-record-event-parameters-with-temp.good.al | ||
| prefix-temporary-record-event-parameters-with-temp.md | ||
| preserve-onafter-execution-when-ishandled-skips-the-body.bad.al | ||
| preserve-onafter-execution-when-ishandled-skips-the-body.good.al | ||
| preserve-onafter-execution-when-ishandled-skips-the-body.md | ||
| publish-thin-onbefore-onafter-integration-events.bad.al | ||
| publish-thin-onbefore-onafter-integration-events.good.al | ||
| publish-thin-onbefore-onafter-integration-events.md | ||
| use-ishandled-to-make-base-behaviour-overridable.bad.al | ||
| use-ishandled-to-make-base-behaviour-overridable.good.al | ||
| use-ishandled-to-make-base-behaviour-overridable.md | ||