Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added examples for Acronym task #1890

Open
Leefrost opened this issue Mar 5, 2022 · 3 comments
Open

Added examples for Acronym task #1890

Leefrost opened this issue Mar 5, 2022 · 3 comments

Comments

@Leefrost
Copy link

Leefrost commented Mar 5, 2022

Hi guys,

I propose a small change to the task description - Acronym / C#.

It's a little bit hard to understand what will be an incoming phrase after Techies love their TLA (Three Letter Acronyms)!. I got the clue only after I ran the test. I think it will be more helpful if you can provide some examples of incoming phrases to clarify the possible inputs

I have added simple ones, I did not touch the test data. Also, I added an example with '-' to avoid splitting text just by space.

E.g:

...

Help generate some jargon by writing a program that converts a long name
like Portable Network Graphics to its acronym (PNG).

For example:

Incoming phrase Output
As Soon As Possible ASAP
Liquid-crystal display LCD

Thanks and stay safe!

@ErikSchierboom
Copy link
Member

I like the idea! The instructions are generated from a central source of data: https://github.com/exercism/problem-specifications/blob/main/exercises%2Facronym%2Fdescription.md Could you open a PR in that repo? Once the instructions have been updated there, we can auto-update them here.

@Leefrost
Copy link
Author

Leefrost commented Mar 9, 2022

Done. Related PR to that repository - #1984

@ErikSchierboom
Copy link
Member

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants