[XML] Update script behaviour, refactors #69
Reference in New Issue
Block a user
No description provided.
Delete Branch "script-behaviour"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mostly refactors, but also 2 potentially controversial changes:
Will no longer work because testLabel hasn't been initialised yet when the script runs.
To solve this, use Reactive Properties instead, like so:
IMO we should be moving away from imperative code in XML and leaning more heavily into a declarative approach. I guess this is the crossroads where we'll need to decide
The next PRs will take advantage of this new behaviour and demonstrate why this new approach is valuable
Don't merge yet - fixing a bug