We’ve been adding code without much thought to the overall directory structure. I suggest the following renames:
//net/http.ts -> //http/mod.ts
//net/file_server.ts -> //http/file_server.ts
//net/bufio.ts -> //io/bufio.ts
//net/textproto.ts -> //textproto/mod.ts
//path/index.ts -> //fs/path.ts
//mkdirp/index.ts -> //fs/mkdirp.ts
//logging/index.ts -> //log/mod.ts
//flags/index.ts -> //flags/mod.ts
//colors/index.ts -> //colors/mod.ts
Along with the associated tests.
If you’re worried about breaking existing code:
- People should link to tagged releases of deno_std … EG “https://deno.land/x/std@v0.2.4/net/http.ts” … we do not make stability guarantees for master.
- It’s better to make these changes now, when deno_std is young than later.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:9
- Comments:23 (22 by maintainers)
Top Results From Across the Web
Home - Reorg
Reorg is a global provider of credit intelligence, data and analytics. · Investment Bankers · Investment Managers · Legal Professionals · Professional Services....
Read more >REORG Charity | Helping Those Who Helped Us
REORG Charity is a community dedicated to helping our military, veterans and blue light workers.
Read more >Reorg - Twitter
A global provider of credit intelligence, data and analytics. @ReorgAmericas · @ReorgAsia · @ReorgEMEA · @ReorgCovs_Amer.
Read more >Getting Reorgs Right - Harvard Business Review
Research suggests that reorgs—and the uncertainty they provoke about the future—can cause greater stress and anxiety than layoffs, leading in about 60% of...
Read more >Reorg. Definition & Meaning | Merriam-Webster Legal
What does the abbreviation reorg. stand for? Meaning: reorganization.
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
I’m maybe open to deno.land registry hacks like that but this discussion is more about the style guide for deno in general.
I feel like the ideal situation would be if we figured out some top level categories like “fs” and “net” that we could organize into? E.G.
@tunnckoCore I wrote about it in the style guide (README.md) of this project: