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.
AngularJS アプリケーションでは、1 つのモジュールで「ログイン」機能と言うと、logincheck-svc.js や logingo-svc.js などの複数のサービス ファイルを作成できます。login-ctrl.js ファイルで両方のファイルを参照できます。ファイルはLOCの点で大きくなり、Platoレポートは非常に低い保守性インデックスを示しています[ファイルの複雑さのため]
もちろん可能です。ファイルが大きくなった瞬間から、それは非常に良い考えだとさえ言えます。:-)
"分割統治"