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

Sudoku class is defined in multiple files #1

Open
tinsmancb opened this issue Oct 1, 2024 · 1 comment
Open

Sudoku class is defined in multiple files #1

tinsmancb opened this issue Oct 1, 2024 · 1 comment

Comments

@tinsmancb
Copy link

The repository should only have one version of the Sudoku class, which is capable of taking a board represented as a string and converting it to the "list of lists" representation. In general, if you are asked to modify a piece of code to add a feature, you should not copy the file to make a new version. If you are concerned about being able to revert your code to the original version, make a git branch!

@tinsmancb
Copy link
Author

#4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant