Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

一周看点@2019-04-01 ~ 2019-04-07 (4) #79

Open
whatwewant opened this issue Apr 7, 2019 · 0 comments
Open

一周看点@2019-04-01 ~ 2019-04-07 (4) #79

whatwewant opened this issue Apr 7, 2019 · 0 comments
Labels

Comments

@whatwewant
Copy link
Owner

io-ts: typescript运行时类型检查 - Gcanti

  • 1 又一个TypeScript运行时类型检查库,另一个是fabiandev/ts-check;
  • 2 静态类型TypeScript已经发展和使用一段时间,也列入了2019前端必备技术,但是运行时检查一直缺失,有了静态检查,习惯了静态检查的好处,自然慢慢想要把这些东西移植到动态类型上;
  • 3 那么,问题来了,动态类型检查是必须的吗?什么时候需要?哪里需要?影响性能吗?全流程动态类型有必要吗?
    • 是否必须? - 必须 (昨天又在朋友圈看到有人破口大骂后端接口随意变动)
    • 哪里需要?- 服务分离、断层处,比如典型前后端分离,只通过接口通信, 那么接口就是这个断层处;
    • 全流程? - 我觉得不必要,其实只需要在服务断层处做好就行,因为如果内部逻辑强类型,是你或者和你合作紧密的同类型开发,本身来说已经不会出什么大问题,关键的地方就是数据对接,和不是与你同类型的开发;
    • 影响性能?- 影响,但是必要,必要大于新能影响,而且如果不是全流程,影响基本不大;
  • tags: TypeScript,Runtime,类型

Clean-Code-Typescript: Clean Code concepts adapted for TypeScript - Labs42io

  • 用 TypeScript 描述的《代码整洁之道》。
  • tags: TypeScript

来用 TypeScript(技术周刊 2019-04-01) - 阿里妈妈

  • TypeScript 专题收集了一些TypeScript资料值得读读,不论是初学还是进阶都很有好处
  • tags: TypeScript,阿里妈妈,Team,周刊

OAuth 2.0 的一个简单解释 - 阮一峰的网络日志

  • 深入理解OAuth 2.0
  • 一、快递员问题 (自如阿姨打扫卫生)
  • 二、授权机制的设计
  • 三、互联网场景
  • 四、令牌与密码
  • tags: OAuth,OAuth 2.0,授权,权限,Authentication,Permission
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant