This is collections of examples and sample code that we have discussed and written examples.
-
Always start folder name number, which helps the order in which one can start.
├── ... ├── 01-JavaScript │ ├── 01-feature │ ├── README.md │ ├── README.md ├── 02-React │ ├── 01-feature │ ├── README.md │ ├── README.md ├── README.md └──
-
Always have README in feature folder with references to specific feature.
-
Do not merge code directly to master branch