Directories & files organization
See original GitHub issueCleanup and make better folder system
- Move rest & ws to its own folders
- Fix any other organiztion thats obvious that was originally done as a rush to just get it done
This is just an example
src
api
mod.ts
deps.ts
// structures and handlers and such
rest
mod.ts
deps.ts
ws
mod.ts
deps.ts
interactions
mod.ts
deps.ts
Cleanup and make better file names
- example we don’t have a concept like
client
so src/modules/client.ts` makes almost no sense. Maybe init.ts or something not sure but we need to think of better names
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
The Most Effective Way of Organizing Your Files and Folders
An easy way to do this is to grab a sheet of paper or a whiteboard and map out your company/enterprise in detail,...
Read more >11 Ideas for How to Organize Digital Files - Microsoft
It can be overwhelming to organize thousands of files, but there are tools to help you. To sort files, open the folder containing...
Read more >Chapter 4. Organizing and Naming Files and Folders - O'Reilly
The directory structure is the organization of files into a hierarchy of folders. It should be stable and scalable; it should not fundamentally...
Read more >How to Organize Your Digital Files | Reviews by Wirecutter
How long will it take me to get organized? · Make a plan · Use “resources,” “in progress,” “final,” and “scrap” folders for...
Read more >How to Best Organize Your Computer Files, Folders ...
Skip the Desktop. Never ever store files on your Desktop. · Skip Downloads. Don't let files sit in your Downloads folder. · File...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
As previously discussed,
client.ts
is to be renamed tobot.ts
.Wouldnt the same apply to like handlers/controllers? Maybe
lib
is better thanapi