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

Add some notion of correctness to problems #159

Open
artasparks opened this issue Nov 28, 2020 · 2 comments
Open

Add some notion of correctness to problems #159

artasparks opened this issue Nov 28, 2020 · 2 comments
Assignees
Labels
Difficulty:Kyu Single Digit Kyu Level: Describe well-scoped problems / bugs that require some experience.

Comments

@artasparks
Copy link
Member

We should add some methods to indicate correctness for problems.

Historically, the way I've done this is to add a GB[1] property to the nodes. https://github.com/Kashomon/glift-core/blob/master/src/rules/problems.js has more ideas -- it's even more flexible. A problem is correct if some number of conditions are satisfied.

@artasparks artasparks added the Difficulty:Kyu Single Digit Kyu Level: Describe well-scoped problems / bugs that require some experience. label Nov 28, 2020
@nelsonjhk nelsonjhk self-assigned this Feb 6, 2021
@nelsonjhk
Copy link
Contributor

Would it make sense for this to be a part of katalyze/processor.go?

@artasparks
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty:Kyu Single Digit Kyu Level: Describe well-scoped problems / bugs that require some experience.
Projects
None yet
Development

No branches or pull requests

2 participants