Suggestion from @frenata in #2573
What if exercism fetch only pulled in exercises for language folders that already exist? This would require that to get started with a new language you'd have to first manually specify it exercism fetch go , but not afterwards.
That way you only get exactly the language exercises that you want. A message to that effect when issuing the command with an empty exercism folder, and I'd guess that the workflow would be a little smoother, avoiding the issue of forgetting to specify a language and ending up with a bunch of subfolders for languages the user isn't interested in.
Suggestion from @frenata in #2573
What if exercism fetch only pulled in exercises for language folders that already exist? This would require that to get started with a new language you'd have to first manually specify it exercism fetch go , but not afterwards.
That way you only get exactly the language exercises that you want. A message to that effect when issuing the command with an empty exercism folder, and I'd guess that the workflow would be a little smoother, avoiding the issue of forgetting to specify a language and ending up with a bunch of subfolders for languages the user isn't interested in.