Open
Description
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
Labels
No labels