Skip to content

Instantly share code, notes, and snippets.

@ggmichaelgo
Created February 20, 2022 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ggmichaelgo/463fe41a06b9020746d1270c17c6f34a to your computer and use it in GitHub Desktop.
Save ggmichaelgo/463fe41a06b9020746d1270c17c6f34a to your computer and use it in GitHub Desktop.
# Liquid Template:
{{ "Hello World" }}
{{ "Hello World" }}
{{ "Hello World" }}
# VM's constants arry before the refactor:
constants = [
"Hello World",
"Hello World",
"Hello World"
]
# VM's constants arry after the refactor:
constants = ["Hello World"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment