folder structure looks different #6

Closed
opened 2016-09-28 04:28:11 +00:00 by boddumanohar · 2 comments
boddumanohar commented 2016-09-28 04:28:11 +00:00 (Migrated from github.com)

you folder structure looks different to other node js projects. Most node js contains has lib, public, router, scripts, views but you are following a different structure. I am curious to know reason for your structure.

you folder structure looks different to other node js projects. Most node js contains has lib, public, router, scripts, views but you are following a different structure. I am curious to know reason for your structure.
mdibaiee commented 2016-09-28 05:51:20 +00:00 (Migrated from github.com)

Well, public, router and scripts are needed when you have a server, there is no server here, so why would I need a router or public folder?

It's pretty common to use lib and src interchangeably.

Well, `public`, `router` and `scripts` are needed when you have a server, there is no server here, so why would I need a `router` or `public` folder? It's pretty common to use `lib` and `src` interchangeably.
boddumanohar commented 2016-09-28 07:35:54 +00:00 (Migrated from github.com)

@mdibaiee Thanks

@mdibaiee Thanks
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: thereadme/node-console-games#6
No description provided.