Skip to content

"Reverse String" exercise auto-grading #9

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

Closed
lancelote opened this issue Jun 5, 2020 · 2 comments
Closed

"Reverse String" exercise auto-grading #9

lancelote opened this issue Jun 5, 2020 · 2 comments
Labels
wontfix This will not be worked on

Comments

@lancelote
Copy link

Hi, "Reverse String" exercise has an "ideal" solution

def reverse(text):
    return text[::-1]

... which can be auto-accepted I think. People submit it quite often for review and I am already tired accepting it.

Is it something worth looking into and contributing? Is the project still active and will it be used in v3?

@cmccandless
Copy link

@lancelote Hello!

Apologies for the delayed response, this repo fell between the tracks a bit for the last couple months. Yes it will still be in use in v3, but "ideal, auto-accepted" solutions will be detected by something new we're using along with the analyzer call "Representers". If you'd like to learn more, take a look at the v3 plan here.

@BethanyG BethanyG added the wontfix This will not be worked on label Apr 13, 2021
@BethanyG
Copy link
Member

Flagging this as wontfix because the way we are reviewing and mentoring exercises is changing for V3. That being said, the above solution is indeed an ideal one that will be noted as such for automated analysis. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants