Skip to content

Reorder last 2/3 of workshop? #35

@k4y3ff

Description

@k4y3ff

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."

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions