Created
October 8, 2018 13:54
-
-
Save longtth/f5d1b0cfbca18d57588ecba420fa7b17 to your computer and use it in GitHub Desktop.
cấu trúc folder dự án
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| projects | |
| project-1 | |
| docs | |
| managements | |
| trong này là các file quản lý như wbs, tasklist, issue list.. | |
| requirements | |
| trong này là requirement của dự án | |
| resources | |
| trong này là các file design, hoặc các thư viện cần dùng, tool cần dùng nếu không dùng package management | |
| nếu làm .NET thì mình dùng nuget thì hầu như không cần dùng cái này. | |
| code | |
| trong này thì để code thôi. | |
| project-2 | |
| docs | |
| ... | |
| code | |
| ... | |
| ... | |
| project-n | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment