Skip to content

Instantly share code, notes, and snippets.

@DominikMostek
Created July 20, 2022 06:25
Show Gist options
  • Save DominikMostek/f12e94f80c0b2f66047111114d70571f to your computer and use it in GitHub Desktop.
Save DominikMostek/f12e94f80c0b2f66047111114d70571f 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