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

Concept Exercise for Strings #606

Closed
pwadsworth opened this issue Sep 22, 2023 · 3 comments
Closed

Concept Exercise for Strings #606

pwadsworth opened this issue Sep 22, 2023 · 3 comments

Comments

@pwadsworth
Copy link
Contributor

Develop concept exercise(s) to practice the Strings concept covering the following topics:

  1. Insert unicode characters in strings
  2. Verify Char properties (isAlpha, isUpper...)
  3. Use basic string functions (length, replace...)
  4. Split and join strings (split, words, lines, (++), concat, join...)
  5. Cut up strings (slice, left...)
  6. Check for substrings (contains, startsWith...)
  7. Convert to and from other types (fromInt, toInt...)
  8. Format a string (toUpper, toLower, trim...)
  9. Use some higher order functions (all, any, filter...)

Recommendations:

@jiegillet
Copy link
Contributor

jiegillet commented Oct 15, 2023

There is one last thing we should do on this issue before closing: go through existing practice exercises and add the "strings" concept to the relevant ones ("prerequisites" field for concept exercises and "prerequisites"/"practices" for practice exercises).
We already have the (obsolete) "topics" on the exercises, which sometimes contains "strings". That should help.

@pwadsworth
Copy link
Contributor Author

There is one last thing we should do on this issue before closing: go through existing practice exercises and add the "strings" concept to the relevant ones ("prerequisites" field for concept exercises and "prerequisites"/"practices" for practice exercises). We already have the (obsolete) "topics" on the exercises, which sometimes contains "strings". That should help.

I'll tackle this over the next week.

@jiegillet
Copy link
Contributor

Closed via #629

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