gckohaku / gckohaku/TrpgDiceBot

consider: 引数に List<T> を使っているものを別の型に変更するべきかを考える

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
consideration
Dominant language
C#
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

メソッドシグネチャで振る舞いが分かるように書くべき

検討する型:
IEnumerable\
IReadOnlyCollection\
ICollection\
IReadOnlyList\
IList\
ReadOnlyCollection\

Contributor guide

No contributing guide indexed for this repository

Research direction

Search the repository for method signatures that accept List and inspect how each parameter is consumed. Compare those uses with IEnumerable, IReadOnlyCollection, ICollection, IReadOnlyList, IList, and ReadOnlyCollection; done means the intended replacement types and affected signatures are agreed and the project still builds.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
backend-api-design
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.