Quantcast
Channel: 配列タグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 841

【リファクタリング】Replace Array with Object(配列をオブジェクトに置き換える)

$
0
0
1. 概要(Overview) Replace Array with Object は、 配列を使って複数の関連データを「位置(インデックス)」で管理している場合に、 それを 意味のあるフィールドを持ったオブジェクト に置き換えるリファクタリングです。 目的は以下の通りで...

Viewing all articles
Browse latest Browse all 841

Trending Articles