Apollonyan / CS193p-Developing-Apps-for-iOS-Spring-2020

Stanford 公开课 CS193p - Developing Apps for iOS 2020 春季学期字幕翻译
https://apollonyan.github.io/CS193p-Developing-Apps-for-iOS-Spring-2020/
Other
359 stars 27 forks source link

翻译第 1 集 454 - 554 条字幕 #35

Closed ApolloZhu closed 4 years ago

ApolloZhu commented 4 years ago

咕咕咕

需要校对注意的地方

460 那里因为长度比较紧凑,所以重新组合了下顺序


517 特别用了比较含糊的说法,因为 Array/Dictionary/String 并不是在 Foundation 中定义的;Foundation 只是提供了它们的 extension。但同时,像 URL 这样的基础类型又是定义在 Foundation 中的,所以扩展在这里有两个意思:

  1. 提供了标准资料库中基础类型的 extension
  2. (扩展)提供了更多的基础类型