Skip to content

Translate 03-02-or.html #37

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

Closed
2 tasks
niccokunzmann opened this issue May 11, 2017 · 3 comments
Closed
2 tasks

Translate 03-02-or.html #37

niccokunzmann opened this issue May 11, 2017 · 3 comments

Comments

@niccokunzmann
Copy link
Member

niccokunzmann commented May 11, 2017

Website-link: https://coderdojopotsdam.github.io/regex-tutorial/steps/03-01-or.html and https://coderdojopotsdam.github.io/regex-tutorial/steps/03-02-or.html

Expected Behavior

I would like to see English examples.

Actual Behavior

I see German examples.

Solution Description

  • I would say, we can use English cities.

    • Nottingham
    • Birmingham
    • New York
    • New Orleans
    • London
    • ...
  • Explain that we try to find all cities with a pattern, e.g. on a wikipedia site with all big cities.

What do you think?
One could look for "ham" and "New"

Hints

Related: #35

@niccokunzmann
Copy link
Member Author

niccokunzmann commented May 11, 2017

See also #35 (comment)

@orcutt989
Copy link
Contributor

orcutt989 commented May 11, 2017

@niccokunzmann The easiest thing to do would be to just add the words "find bach, roda, and hausen", but right now this test is dependent on localization and English literacy. I think that the only requirement for this tutorial should be English literacy, not necesarilly localization. Its possible that there are English speakers that would not be familiar with those names as well.

I would suggest chagning the test from city names to compound words instead. For example...

Find words that contain the words "any" or "battle" or "dog".

anybody
doghouse
anyhow
cookbook
anyone
dogwood
anyplace
firsthand
battlecruiser
battleship
grapevine
battlecry

This way you dont have to worry about the reader's competency of where they live, but instead their English comptetency which is the point of the English tutorial.

@niccokunzmann
Copy link
Member Author

#40 closes this

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