Skip to content

Instantly share code, notes, and snippets.

@longtth
Created October 8, 2018 13:54
Show Gist options
  • Select an option

  • Save longtth/f5d1b0cfbca18d57588ecba420fa7b17 to your computer and use it in GitHub Desktop.

Select an option

Save longtth/f5d1b0cfbca18d57588ecba420fa7b17 to your computer and use it in GitHub Desktop.
cấu trúc folder dự án
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