cryptoeconomics-study / visualizations

🕹Interactive Network Visualizations for Cryptoeconomics.study
MIT License
7 stars 4 forks source link

In-browser IDE #37

Closed K-Ho closed 5 years ago

K-Ho commented 5 years ago

Using something like Repl.it, users can develop directly in browser, using an in-browser terminal and text editor.

Benefits:

  1. Less friction to get started. See Cryptozombies.io
  2. Ability to track things like time spent on assignments, can view individual sessions and see what people are getting stumped on.
  3. Can view which sections of the assignment cause users to bounce.
  4. Could expand to offer hints given which function a user is working on.

Cons:

  1. Less flexibility - some users love their text editor, their colors, their specific IDE.
  2. If we are targeting experienced developers, they may actually prefer developint the way they're used to.
    1. No source management - users won't be able to use git like they normally would.
K-Ho commented 5 years ago

Using https://chainshot.com for this!!! Thanks @Dan-Nolan 😁