Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kemchenj authored Mar 31, 2019
1 parent f6a679a commit 9f8143e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Reports/2019/#61-2019.04.01.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ Xcode 8 提供了 Xcode Source Editor Extension方式来开发 Xcode 插件。
> 2. [制作一个 Mac APP:XcodeExtension](https://juejin.im/post/5c53f32be51d457fbe226fdd)
> 2. [Code Friend](https://github.com/qvcodefriend/CodeFriend)

### 🐢 [How to implement service oriented architecture using swift](https://itnext.io/service-oriented-architecture-in-swift-362dc454fc09)

基于服务的架构是一种组件模型,它将应用拆分成多个功能单元(服务)暴露给上层进行调用,并通过这些服务之间定义良好的接口和契约联系起来

这篇文章讲的就是这种架构在 iOS 里的使用,作者讲述了他对于服务的定义,接口的构建,架构具体的分层,依赖注入的实现,并且基于这一套理论实现了一个用户信息管理功能

## 工具

### [DevSwitch](https://github.com/aaronpearce/DevSwitch)
Expand Down

0 comments on commit 9f8143e

Please sign in to comment.