TZ | 天猪
                                            TZ | 天猪
                                        
                                    @avilang - https://zhuanlan.zhihu.com/p/22934066 - https://www.zhihu.com/question/56939975/answer/154679454
@proshuai - https://github.com/cnodejs/egg-cnode - https://github.com/eggjs/awesome-egg
@MickeyMouse-lh 这个话题有点大。。。不同阶段,不同受众的最佳实践不一样
并没有大量使用,很多都是内部 Symbol,没有 for 只有 view 和 loader,eggPath 使用了,当时的考虑到的是框架可以多级继承,一层一层传不好,现在新的继承机制后可以考虑 export 出来,这个我们还在讨论。
pkg 文件打包和映射的问题吧,请自查。
目前看来是不支持 https://github.com/eggjs/egg-logrotator/blob/master/app/lib/day_rotator.js#L65 你自己实现的切割诉求是怎么样的?切割时机有变化么?还是只是文件名格式问题?
for controllers/services, I'm sorry, can't write by ESM now, due to egg 2.0 loader is using `require` to load file. for thrid npm modules, you could use `await import()`. egg...
mongoose 能怎么样就怎么样,egg 只是简单的一个包装,可以看下对应的 mongoose 类库去。 PS:学会用 Markdown 的 code 排版
because Koa is more modernized than Express. Koa middleware uses the onion model. we don't have the plan to support Express. anyway, at egg 3.0, we will not extend Koa...
[urllib](https://github.com/node-modules/urllib#httpclient2) has 2 options: `isRetry` / `retry`, could we use it for this purpose