Code2Gether-Discord / EasyList

A beginner console app to learn general programming stuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source code organization?

Anequit opened this issue · comments

any suggestions ?

Bunching things up like interfaces into an interface folder

Data models could also be in a models folder

https://stackoverflow.com/a/332372
This also makes sense.

\docs
\src
\tests
\packages (not sure about this)

\docs
\src
----\Interfaces
----\Repository
----\Factory
----\Models
\tests

i forgot the add some using statements, so I'm going to reopen the branch and commit those changed then close it again