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

Project Exercise enhancement: make exercises independent of implementation #41

Open
mollyxu opened this issue Jul 15, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@mollyxu
Copy link

mollyxu commented Jul 15, 2020

Currently, there are many project exercises that could be implemented in different languages. For instance, the minesweeper exercise could be implemented in Java in addition to Python. Thus, instead of specifying the implementation every time we create a project exercise, I suggest making the exercise independent of the implementation (this means we should include multiple implementations options with the corresponding resources for each option)

The user should be able to toggle between which language they choose to do the exercise in. In the example of minesweeper, the user should be able to select to do it in Java and see the corresponding resources for making minesweeper in Java.

@mollyxu mollyxu added the enhancement New feature or request label Jul 15, 2020
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

1 participant