Skip to content

Add section about Yoda conditions #241

Open
@camsaul

Description

@camsaul

Consider two ways to check what sort of bird we have on hand:

  1. (= bird-type :toucan) -- one reads this code as "bird type equals toucan"
  2. (= :toucan bird-type) -- you'd read this as "toucan equals bird type"

Now while they both do exactly the same thing, the former is the "normal" way to write things and the latter is a Yoda condition

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions