Skip to content

Instantly share code, notes, and snippets.

@DominikMostek
Created July 20, 2022 06:26
Show Gist options
  • Save DominikMostek/bfe6c8baf1bf1946660a064d817b8726 to your computer and use it in GitHub Desktop.
Save DominikMostek/bfe6c8baf1bf1946660a064d817b8726 to your computer and use it in GitHub Desktop.
void variablesInInputStringAreReplacedByTheirValues() {...}
void exceptionIsThrownWhenVariableIsNotFound() {...}
void variableCanBeOverwritenInChildContext() {...}
void parametersCannotBeOverwritenInChildContext() {...}
void builderThrowExceptionWhenRegisteringVariableWithSameNameAsParameter() {...}
// ... etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment