Open CouchofTomato opened 2 years ago
Possible Rails milestones:
Possible Rail milestones:
Just spitballing here. Some of these are really simple and others are expanding on the above:
<% %>
syntax and executing while displaying results with <%= %>
syntaxGreat ideas. What about a milestone to do with debugging? I see people struggling with forms and strong parameters and I know that when I struggled with this, I had to learn a few debugging tricks to make sense of things. For example: I didn't realize that the error page had a console area that I could type into. I also didn't realize that I could raise 'any_string'
, which I found quite helpful.
find_or_create_by
.Just a brain dump of everything I've got so far. I've gone with higher-level milestones that serve as what kind of apps users can create to guide things.
Milestone discussion
Summary
As part of the improvements to the Rails path we are considering listing out some milestones learners can hit which will drive the lesson content and structure. Using milestones ensures the course has all the relevant content for leaners to meet objectives at each stage.
Motivation
Giving learners objective milestones, such as being able to create a simple CRUD app or implement complex associations, lets them reflect on how far they've come which is sometimes lost because the field of web dev is really wide.
Suggested implementation
To be decided
Drawbacks
To be discussed
Alternatives
Not changing how the course is currently structured would be the alternative
Additional