v_by_example icon indicating copy to clipboard operation
v_by_example copied to clipboard

Repo Structure 2.0

Open Delta456 opened this issue 6 years ago • 4 comments

In one of my next PRs, I will be updating the repo structure again so that it will look more clean and easy to browse.

-- main repo
- examples/
- code/
- exercises/
- pdf/
- README.md
- CONTRIBUTING.md
- CODE_OF_CONDUCT.md
- .gitignore
- LICENSE.md 
- `.plan` files

Suggestions are welcome!

Delta456 avatar Oct 14 '19 10:10 Delta456

Great... but how about in each example we have exercises ?? 🤔

-- main repo
- examples/
   - hello-world
     - exercises/
- code/
- pdf/
- README.md
- CONTRIBUTING.md
- CODE_OF_CONDUCT.md
- .gitignore
- LICENSE.md 
- `.plan` files

dhonx avatar Oct 14 '19 12:10 dhonx

exercises are solutions

Delta456 avatar Oct 15 '19 06:10 Delta456

So why not call that folder solutions? I thought code was for the solutions tbh

adlesh avatar Oct 15 '19 18:10 adlesh

code/ is the code used in the examples and exercises/ are the solutions.

Delta456 avatar Oct 16 '19 02:10 Delta456