joand / codingame

my (not so clean) answers to CodinGame
MIT License
3 stars 11 forks source link

answer to any Codingame challenges #1

Open joand opened 6 years ago

joand commented 6 years ago

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

and send me your pull request

stevesweetney commented 6 years ago

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

joand commented 6 years ago

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.

What do you think ?

radiotaiso commented 6 years ago

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 commented 6 years ago

Any thoughts @joand ?