GulfOfMexico
GulfOfMexico copied to clipboard
Extend `delete` with the special case `nuke`
This is trivial to implement given the usage of delete.
Context:
Sometimes the program is implementing bugs and edge cases into itself that do not make sense. It is important to address this to continue to provide a flawless experience to the user. On the other hand, such cases may require drastic measures and we must stop the program entirely.
In such cases, when the program gets angry enough it may want to delete itself, entirely.
Specification:
When the nuke keyword is executed the entire program kills the process and deletes itself entirely from storage.
There is no reason to have a bad program that cannot execute the correct branch.