Open mikesjewett opened 8 years ago
@stanidesis here's my first cut at a course outline.
FYI @bbugh @levicole - what do you guys think?
It might be worth covering composition around the same time that we cover inheritance
What if we didn't put this in phase one, and it was at the beginning of the ruby section? This is a lot of information that they will forget by the time they actually start writing ruby.
+1 to Levi +1 to Aaron
To the outline:
attr_reader
is important to cover along with attr_accessor
. collect
and inject
are the less common aliases of ruby methods. It's much more common (and community preferred) to use map
and reduce
.@stanidesis is taking over the outline from here, but this is great feedback. On the broader point of placing this course before the Backend Web Dev Foundation – I think that's a good idea too 👍
Excellent feedback, y'all. I'll incorporate everything and keep you updated with exercise drafts. I also will need to research some of these since I didn't learn them during the creation of PRCPs so I'll reach out for more help with that as well as using RSpec.