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

SeveralAttempts.java:34-43: Inefficient implementation of... #97

Open
0pdd opened this issue Nov 29, 2024 · 0 comments
Open

SeveralAttempts.java:34-43: Inefficient implementation of... #97

0pdd opened this issue Nov 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@0pdd
Copy link

0pdd commented Nov 29, 2024

The puzzle 92-28a2da70 from #92 has to be resolved:

* @todo #92:90min Inefficient implementation of the SeveralAttempts class.
* We might spend a lot of time trying to generate output. We need to
* implement a more efficient way to generate output.
* For example, if the following production is incorrect:
* {@code
* assignment
* : /* $jsmith-var-target / leftHandSide'='simplifiedExpression
* ;
* }
* It will try all the 10 times. And we need tests for this class!

The puzzle was created by @rultor on 29-Nov-24.

Estimate: 90 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

@volodya-lombrozo volodya-lombrozo added enhancement New feature or request refactoring Improve the code without changing logic and removed refactoring Improve the code without changing logic labels Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants