really need one as not every place where you can logically add a custom component deserves one. カスタム コンポーネントを作成する前に、カスタム コンポーネントが本当に必要かどう かを検討してください。カスタム コンポーネントを論理的に追加できるすべての場所に カスタム コンポーネントが必要なわけではないためです。 49
complicate the graph with combinatorics (e.g. if the component is a child of the ViewComponent conceptually, two components likely need to be added for ViewComponent and ViewWithFragmentComponent). Components can have only one parent. The component hierarchy can’t form a diamond. Creating more components increases the likelihood of getting into a situation where a diamond dependency is needed. Unfortunately, there is no good solution to this diamond problem and it can be difficult to predict and avoid. Custom components work against standardization. The more custom components are used, the harder it is for shared libraries. 50