Skip to content

04_atoms.ex has unclear expectations #226

Open
@DaneWeber

Description

@DaneWeber

I'm new to Elixir and using these koans. First of all: thanks! I really appreciate them.

For the 04_atoms koans, I wasn't clear what was expected. For example, assert true == ___ and assert false == ___ can be most easily completed by simply repeating true and false.

I was guessing that perhaps it should be completed with assert true == :true.

Another thought is that these could be triple-equal, such as assert :true === ___?

Bottom line: while this definitely succeeding in driving me to think more about atoms, I would have appreciated more of a nudge.

If someone more experienced with Elixir can explain the intent, I would be happy to submit a PR to improve this koan.

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