libgit2 / libgit2/libgit2sharp
Add none-throwing methods to all collections
未關閉
還沒有人認領這個 Issue。
- 主要語言
- C#
- 星號
- 3.5k
- 分支
- 925
- PR 合併指標
- 30 天內沒有已合併 PR
描述
It would be nice to have methods analagous to the dictionaries TryGet on all collection types to allow adding, removing and finding for example branches that do not throw exceptions/return null.
I would be happy to add these as eitehr extension methods or methods on the respective collections if they would be wanted.
Sean.
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
首先,識別函式庫中的所有集合類型,並檢視它們現有的 add、remove 和 lookup 操作。定義每個操作不拋出例外時的行為,包括失敗時回傳 null 或其他結果,並在實作之前確認每個集合都具有一致的 API。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- csharp
- 領域
- api
- Issue 類型
- 功能
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100