[Feature Request]: A better approach in validating solutions #55
Labels
discuss
open for discussion
enhancement
New feature or request
feature-request
Proposal for a new feature
help wanted
Extra attention is needed
Problem
If we give such a solution for task 4 of JS,
the current program will consider it as the correct solution.
But the user manually solved the problem and just printed the answer he got without using the language constructs.
Proposed solution
The user can operate on a set of unknown test cases which will be taken as input or passed to a predefined function as arguments and the user needs to.
Eg:
We can give multiple values of
arg
as testcasesAdditional context
The current program is correct as long as the user honestly does the tasks. And adding the test cases will also be an additional work added on top of editing the program. Also, the user will need to understand the basic I/O before attempting the tasks. So the priority of this issue might be kept low for these reasons.
Open to discussion.
The text was updated successfully, but these errors were encountered: