Closed angelikatyborska closed 10 months ago
Thank you for contributing to exercism/elixir
💜 🎉. This is an automated PR comment 🤖 for the maintainers of this repository that helps with the PR review process. You can safely ignore it and wait for a maintainer to review your changes.
Based on the files changed in this PR, it would be good to pay attention to the following details when reviewing the PR:
General steps
x:size/{tiny,small,medium,large,massive}
)? (A medium reputation amount is awarded by default, see docs)Any exercise changed
<exercise>/.meta/config.json
(see docs)?<exercise>/.meta/design.md
) need to be updated to document new implementation decisions?Concept exercise changed
prerequisites
and practices
in config.json
need to be updated?Concept exercise tests changed
@tag task_id
?Automated comment created by PR Commenter 🤖.
Bird count is one of the first learning exercises, and it's about lists. Sooner or later Elixir learners will hit the confusing behavior of lists of integers being charlists, and thus printable list of integers being always printed as charlists. However, I think we can postpone that happening to a later exercise, ideally the one about charlists 🙂
This issue was brought to my attention by this forum post: https://forum.exercism.org/t/bird-count-test-case-appears-to-use-sigils/8922