pommdau / github-repository-search

GitHubリポジトリを検索するiOSアプリケーションの実装
Apache License 2.0
1 stars 0 forks source link

TODO #21

Open pommdau opened 2 years ago

pommdau commented 2 years ago
pommdau commented 2 years ago
image
pommdau commented 2 years ago
    final actor GetRepositoryDetail: GitHubAPIServiceProtocol {

        static let shared: GetRepositoryDetail = .init()

        func getRepositoryDetail(userName: String, repositoryName: String) async throws -> RepositoryDetail {
pommdau commented 2 years ago

get -> fetch 他も命名を確認する Readable Code

コーディング規約を見る hoge(name: String) ではなく hoge(withName name: String)?

一回真面目にみておくといいか。 cookpad/styleguide

pommdau commented 2 years ago

ownerとuserの統一

pommdau commented 2 years ago

Storeパターン https://github.com/pommdau/ios-swiftui-training

pommdau commented 2 years ago

disable portrait