RFC: Rearchitecture #171
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ArkForgeLabs/Astra#171
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Currently the entire runtime is divided into different functions for different purposes. Having a single struct in the form of a library that contains all of the major functionality, and then another struct for the CLI of the runtime should help clean up. This can also have the added benefit of opening the doors for library releases of Astra.
I'll need to polish this idea more.