v_by_example
v_by_example copied to clipboard
Repo Structure 2.0
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!
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
exercises are solutions
So why not call that folder solutions? I thought code was for the solutions tbh
code/ is the code used in the examples and exercises/ are the solutions.