toolness / weather-outfit-fun

Learn to code by making an app that shows you an outfit to wear based on the weather forecast.
http://toolness.github.io/weather-outfit-fun/tutorial/
1 stars 5 forks source link

Add a tip about the script tag in the introduction #25

Open iamjessklein opened 9 years ago

iamjessklein commented 9 years ago

Add a reminder about needing to put the script tag in for the rest of the tutorial to make sense/be actionable. A user can jump around but that this will mess them up etc. Should be incorporated as a "tip".

toolness commented 9 years ago

I'm not sure how useful it is to mention this at the beginning, since it won't really be of concern until/unless the user starts jumping around, at which point they might have forgotten about the tip... instead, in #32 I've added a concept of "challenge prerequisites" that the tutorial tells the user about before they attempt a challenge. Different challenges can specify different prerequisites, so that we ensure the user has acquired any necessary knowledge/concepts before going down a particular path, too.