Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map/Setからショッピングカートの例を削除する #1750

Open
azu opened this issue Jul 20, 2024 · 0 comments
Open

Map/Setからショッピングカートの例を削除する #1750

azu opened this issue Jul 20, 2024 · 0 comments
Labels
Status: Proposal 提案段階の状態

Comments

@azu
Copy link
Collaborator

azu commented Jul 20, 2024

ほかにもMapには次のような利点があります。

    マップのサイズを簡単に知ることができる
    マップが持つ要素を簡単に列挙できる
    オブジェクトをキーにすると参照ごとに違うマッピングができる

たとえばショッピングカートのような仕組みを作るとき、次のようにMapを使って商品のオブジェクトと注文数をマッピングできます。


https://jsprimer.net/basic/map-and-set/#object-and-map
ショッピングカートの例が、この利点を説明できてない気がする。
結構ちゃんとみないと何をしてるか分かりにくい

オブジェクトをキーにすると参照ごとに違うマッピングができる

これを例にしたもっとシンプルなケースをおいた方が良い気がする。

@azu azu added the Status: Proposal 提案段階の状態 label Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Proposal 提案段階の状態
Projects
None yet
Development

No branches or pull requests

1 participant