OpenTechSchool / js-beginners-day1

Outdated curriculum for the first day of JSFaB. Use https://github.com/OpenTechSchool/js-beginners-1
31 stars 17 forks source link

Proposal: show the editor and rendered output at the same time. #3

Closed theophani closed 12 years ago

theophani commented 12 years ago

I'd like to propose changes to the sandbox.js that show the code and result at the same time. Seeing the code and the result at the same time allows the student to connect input to result.

You can see what I mean in this preview:

http://www.screenr.com/zvc8

This would also eliminate the need for an Edit button entirely.

fronx commented 12 years ago

+1

autarc commented 12 years ago

+1

Perhaps in the end, some other live coding services like jsbin or jsfiddle can be mentioned - letting them explore the language in a different environment by themself and sharing their code with others.

sdepold commented 12 years ago

+1

marijnh commented 12 years ago

Neat. One step more, and we'll have Light Table.

I'll try to make this change.

Originally, I was going to just put all these on jsbin, but I decided the interface there wasn't minimal enough (and the pedantic jslint noise that it adds was bound to turn off our students).