Skip to content

Instantly share code, notes, and snippets.

@joeybaker
Last active December 24, 2015 10:19
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 joeybaker/6783917 to your computer and use it in GitHub Desktop.
Save joeybaker/6783917 to your computer and use it in GitHub Desktop.

We're going to refactor a library to make it more usable. The intention is to get the code to a point where it's a reusable component.

The library to refactor is: https://github.com/01miru/fileuploaderjs

ToDo List

This is a non-comprehensive list of things to do:

  • Convert to use jQuery instead of native browser code where possible
  • Add tests
  • Convert it UMD. Don't pollute the global scope.

It's okay if you don't finish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment