You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."
The text was updated successfully, but these errors were encountered:
Currently, the workshop is ordered
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
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."
The text was updated successfully, but these errors were encountered: