exercism / elixir

Exercism exercises in Elixir.
https://exercism.org/tracks/elixir
MIT License
625 stars 398 forks source link

Remove printable charlists from bird-count (lists) #1398

Closed angelikatyborska closed 10 months ago

angelikatyborska commented 10 months ago

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

github-actions[bot] commented 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:


Automated comment created by PR Commenter 🤖.