Hacker News new | ask | show | jobs
by thedarkginger 1475 days ago
Very interesting:

> Instead of writing the same code again and again in the console and assigning each function different amounts of storage, I can write the code once and declare multiple functions that each reference that same code, while assigning different amounts of storage for each one.