Inverse Live Coding: A practice for learning web development
computinged.wordpress.com
Inverse Live Coding: A practice for learning web development
1–10 of 29 posts
Re: Inverse Live Coding: A practice for learning web development
#2Re: Inverse Live Coding: A practice for learning web development
#3Re: Inverse Live Coding: A practice for learning web development
#4This removes some of the subjectivity from a completely open-ended coding assignment, as well as reducing the amount of effort required, because you can do a few small problems rather than a single huge one that typically involves working over a weekend.
The only downside is it's a lot more effort to set up than either an open assignment or a standard Q&A-based interview. You don't want to throw anyone into real production problems for a variety of reasons. The initial setup has to be understandable within a few minutes of code review.
Re: Inverse Live Coding: A practice for learning web development
#5I had exactly one prof who would live code in class, and I learned the by far the most in his classes. Highly recommend this approach to anyone teaching anything code related.
Re: Inverse Live Coding: A practice for learning web development
#6I had exactly one prof who would live code in class, and I learned the by far the most in his classes. Highly recommend this approach to anyone teaching anything code related.
Re: Inverse Live Coding: A practice for learning web development
#7Re: Inverse Live Coding: A practice for learning web development
#8The classic model just seems so turned around. Using class time for live teachers to deliver static content seems insane. And then making sure during the time when students have the most questions(at home doing the work) is also the time when they it's the hardest to ask teacher's questions.
Re: Inverse Live Coding: A practice for learning web development
#9This is a format that I've thought for some time would work exceptionally well in technical interviews: rather than ask a bunch of questions, have a small set of problems that start from a working piece of code in need of work. This removes some of the subjectivity from a completely open-ended coding assignment, as well as reducing the amount of effort required, because you can do a few small problems rather than a s…
Re: Inverse Live Coding: A practice for learning web development
#10> I could not live code in this class. I didn’t know the material well enough. It took me too long to code, and I couldn’t recover from mistakes in front of the class.
Does it bother anyone else that the author was teaching something they weren't proficient in? Is this normal for colleges?