-
-
Notifications
You must be signed in to change notification settings - Fork 241
Ruby Syllabus 2015 Notes
Sam Phillips edited this page Feb 11, 2015
·
10 revisions
(some of which will be things we can avoid as you can learn them later once motivation and momentum is strong, some of which are important parts of learning)
- Navigating between directory on a computer in explorer/finder and understanding that directory is also available via a Terminal.app/cmd window
- Understanding
gets
, blocking and inputting text into the terminal - Understanding the difference between
public
,private
andprotected
- especially protected - How to test a CLI (automation not encouraged by the tutorial, but I have had this as a follow up question)
- No validation of understanding - e.g. people move on to one tutorial once they've finished it, rather than assessing whether they understand it