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

answer to any Codingame challenges #1

Open
joand opened this issue Oct 3, 2017 · 4 comments
Open

answer to any Codingame challenges #1

joand opened this issue Oct 3, 2017 · 4 comments

Comments

@joand
Copy link
Owner

joand commented Oct 3, 2017

pick your challenge in the link below :
https://www.codingame.com/training

and send me your pull request

@stevesweetney
Copy link
Contributor

Should we continue to use the same file structure or to something close to,
difficulty/name_of_exercise/programming_language/name_of_file

@joand
Copy link
Owner Author

joand commented Oct 7, 2017

I don't know exactly which tools are used in other programming languages to build project, but I guess that they need one parent directory/language.

Maybe we should create one repository/language.

  • codingame-java
    • difficulty/name_of_exercise/name_of_file
  • codingame-c++
    • difficulty/name_of_exercise/name_of_file
  • codingame-js
    • difficulty/name_of_exercise/name_of_file
  • etc.

What do you think ?

@radiotaiso
Copy link
Contributor

For the general structure:
I think it's a great idea to separate everything by language, that way if anyone wants to clone the repo they only clone the language they're practicing or learning.

For the file paths:
Are you going to allow multiple solutions per contributor? or will there only be one possible solution per game? If the first is true then I think either A) difficulty/name_of_exercise/user/name_of_file or B) difficulty/name_of_exercise/username-name_of_file if the latter is true, then I like your proposed structure.

@radiotaiso
Copy link
Contributor

Any thoughts @joand ?

joand added a commit that referenced this issue Nov 1, 2017
initialised contributing.md with specified directory structure in #1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants