Open laminne opened 2 weeks ago
理由:
同じ AccountID を持つ異なる Account 型のオブジェクトが混ざる可能性があるので, Set<Account> ではなく Map<AccountID, Account> を使ったほうがよいかと思います.
AccountID
Account
Set<Account>
Map<AccountID, Account>
https://github.com/pulsate-dev/pulsate/pull/823#discussion_r1838892070
やること
理由:
https://github.com/pulsate-dev/pulsate/pull/823#discussion_r1838892070