Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorder last 2/3 of workshop? #35

Open
k4y3ff opened this issue Apr 21, 2015 · 0 comments
Open

Reorder last 2/3 of workshop? #35

k4y3ff opened this issue Apr 21, 2015 · 0 comments

Comments

@k4y3ff
Copy link
Contributor

k4y3ff commented Apr 21, 2015

Currently, the workshop is ordered

  • Syntax
  • Functions
  • Collections
  • Flow Control
  • Namespaces
  • Sequences
  • Polymorphism
  • State

That feels a bit odd; IMHO, people usually want to learn how to use map, filter, etc. on things right after learning them, so having "Flow Control" and "Namespaces" between "Collections" and "Sequences" felt like a bit of a digression?

Something like

  • Syntax
  • Functions
  • Flow Control
  • Collections
  • Sequences
  • Polymorphism
  • Namespaces
  • State

seems like it might be a bit better? In particular, if we added @puredanger's note about protocol organization (#29) to "Polymorphism," that would serve as a good segue into "Namespaces."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant