Move Rules __top__ Jun 2026

: Developers working on Pega systems use "Move Rules" to refactor code. This allows them to shift logic into different rulesets or versions, ensuring that application behavior remains consistent as the software evolves.

enforces move rules at the compiler level. By default, assignment statements move ownership. If you assign variable a to variable b , a is invalidated and can no longer be used. This prevents the "double free" error (a memory safety bug) entirely, ensuring that Rule 1 is never violated by accident. move rules