Skip to content

Instantly share code, notes, and snippets.

@joeybaker
Last active August 29, 2015 14:06
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/de091083765e700cc265 to your computer and use it in GitHub Desktop.
Save joeybaker/de091083765e700cc265 to your computer and use it in GitHub Desktop.
  • npm all the things! It sucks when packages aren't browserify-able.
  • functional/integration tests are incredibly painful to write, run, and maintain.
  • even client side unit tests are hard to debug.
  • I know dev tools are working hard on being an editor, but I wish there was better integration between dev tools and my editor. Editors are hard, dev tools should let the apps that do it well, manage the problem.
  • I wish there was a way to "live reload" js in a hot-swap kinda way.
  • JS errors tend to suck. Async stack traces are a huge win, but some errors are always inscrutable: undefined is not a function
@paulirish
Copy link

but I wish there was better integration

emmet livestyle did this well. also usetakana.com it's totally possible. all the APIs are there for tools to integrate with.

I wish there was a way to "live reload" js in a hot-swap kinda way.

whatcha mean

undefined is not a function

definitely. we're working on this. https://code.google.com/p/chromium/issues/detail?id=259443

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