From 9fcb1f18fc5c7cbbfe6faa1c5a5bbfd04518013d Mon Sep 17 00:00:00 2001 From: Jeremy Walker Date: Wed, 1 Nov 2023 17:44:13 +0900 Subject: [PATCH] Rename "Pop Count" to "Eluid's Eggs" (#2335) Exercises should be named after their story, not their implementation details. I'd also like to change the slug, but I'll leave that for another day. --- exercises/pop-count/metadata.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/pop-count/metadata.toml b/exercises/pop-count/metadata.toml index e416407732..ff8165a1c7 100644 --- a/exercises/pop-count/metadata.toml +++ b/exercises/pop-count/metadata.toml @@ -1,4 +1,4 @@ -title = "Pop Count" -blurb = "Count the 1 bits in a number" +title = "Eliud's Eggs" +blurb = "Help Eluid count the number of eggs in her chicken coop by counting the number of 1 bits in a binary representation." source = "Christian Willner, Eric Willigers" source_url = "https://forum.exercism.org/t/new-exercise-suggestion-pop-count/7632/5"