Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在、同じ変数が 20 個ほど設定されている 2 つの php ファイルがあります。これを統合して DRY 原則を遵守する最善の方法は何ですか? 3 番目のファイルに関数を作成しますか? それともクラス?この状況でのベストプラクティスは何ですか?
ありがとう!
クラスを作成してから、そのインスタンスを複数作成する必要があります。