Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Refactor and improve `GIDEMMSupport` parameters and tests

オープン
#611 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
48/100
issue の種類
リファクタリング
明瞭さ
おおむね明確
活発さ
静か
技術スタック
objective-c

調査の方向性

まず GIDEMMSupport の実装と既存の unit test、特に parametersWithParameters と UIDevice を swizzle するテストを読みます。public API がこの動作をどのように公開しているかを確認し、実際のデバイス状態に依存しているテストを特定します。ネストされた配列キーを持つパラメータが安全に破棄され、UIDevice のモックが一貫性を持ち hermetic であり、適切な箇所で public API を対象としたカバレッジが確保されれば完了です。

索引モデルが issue の本文から書いたものです。

説明

enhancement triage

This issue tracks follow-up improvements identified during the review of PR #608. We need to address the following technical debt and testing improvements:

  • Handle nested data structures: Ensure that the parametersWithParameters function safely drops key parameters that contain values like a nested array.
  • Standardize UIDevice mocking: Fix the tests that are swizzling UIDevice to "Not Do That," or ensure all tests are doing it the same way. Relying on the real UIDevice will make tests non-hermetic.
  • Uplevel tests to the public API: Consider upleveling the new GIDEMMSupport unit tests to test against the public API instead of testing internal classes in isolation.
主要言語
Objective-C
スター
751
フォーク
282
平均マージ
4日 20時間
マージ済み PR(30日)
11

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

google/GoogleSignIn-iOS のほかの issue

google/GoogleSignIn-iOS の issue をすべて見る

似ている issue

Objective-C の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。