Skip to content

Move Argument code from Variable to Argument#236

Merged
avalentino merged 1 commit intoliberfa:mainfrom
eerovaher:simpler-Variable
Apr 29, 2026
Merged

Move Argument code from Variable to Argument#236
avalentino merged 1 commit intoliberfa:mainfrom
eerovaher:simpler-Variable

Conversation

@eerovaher
Copy link
Copy Markdown
Contributor

Variable is the base class of Argument, StatusCode and Return, but most of the code it contains is only needed by Argument. With this PR Variable only implements code that is used by all of its subclasses, which simplifies not only it but also StatusCode and Return.

`Variable` is the base class of `Argument`, `StatusCode` and `Return`,
but most of the code it has so far contained has only been needed by
`Argument`. Now `Variable` only implements code that is used by all of
its subclasses, which simplifies not only it but also `StatusCode` and
`Return`.
@avalentino avalentino merged commit 1dc9b12 into liberfa:main Apr 29, 2026
28 checks passed
@eerovaher eerovaher deleted the simpler-Variable branch April 29, 2026 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants