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

GO RELOADED error in assignment #2787

Open
BjornMikael opened this issue Oct 29, 2024 · 0 comments
Open

GO RELOADED error in assignment #2787

BjornMikael opened this issue Oct 29, 2024 · 0 comments

Comments

@BjornMikael
Copy link

I have walked through the 01 edu's "Go-Reloaded" assignment when the following issue crossed my eyes and mind:

"Every instance of a should be turned into an if the next word begins with a vowel (a, e, i, o, u) or a h. (Ex: "There it was. A amazing rock!" -> "There it was. An amazing rock!")."

Now, this task given gives cause for concern because we are being told that "Every instance of a should be turned into an if the next word begins with a vowel (a, e, i, o, u) or a h."

Well, a problematic situation occurs if/when we look closely (for example) into the following examples:

  1. Well, I just got into town about a hour ago --> FIX: Well, I just got into town about an hour ago --> NO PROBLEM HERE, fix works 100% as "hour" is pronounced without the "h".
  1. Yes, I live on a house upon Hollywood Hills --> FIX: Yes, I live on an house upon Hollywood Hills --> 100% PROBLEM, because "house" is pronounced WITH the "h", not without.

So in effect with these instructions given we would have a flawed text completion/editing/auto-correction in the real world, which is probably not the end result we were looking for. Just my two cents.

@Oumaimafisaoui Oumaimafisaoui assigned MSilva95 and unassigned MSilva95 Oct 31, 2024
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