2002-feb24-net / 2002-feb24-net/pauls-project0
If user backs out of login, code continues with the order, instead of restarting loop.
Open
Beginner friendly
bug
- Dominant language
- C#
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Should use a goto jump to the beginning of the loop, instead of continue.
https://github.com/2002-feb24-net/pauls-project0/blob/1ab32f5e1e5022be4d98a25ba6ce70ab8ceaaa62/ConsoleApp1/Program.cs#L39
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue points to line 39 in ConsoleApp1/Program.cs. Examine the login loop logic around that line to see where the 'continue' is used. Replace it with a 'goto' statement to jump back to the start of the loop. Run the console application to test that backing out of login correctly restarts the loop instead of proceeding with the order.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100