> For the complete documentation index, see [llms.txt](https://docs.angular-package.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.angular-package.dev/designing/design-processes/string-wrapper-objects/relevant-questions.md).

# Relevant questions

The general definition of the words [**intuitive**](/designing/definitions/intuitive-adjective.md) and [**consistent**](/designing/definitions/consistent-adjective.md) is explained in the definition section, and it seems clear. There is a need to combine these two words with a method and answer relevant questions to understand the combination of the method's [intuitiveness](/designing/definitions/intuitiveness-noun.md) and [consistency](/designing/definitions/consistency-noun.md).

During reading the following questions, your mind should form new thoughts of different perspectives.

1. **What does it mean the method name is** [**intuitive**](/designing/definitions/intuitive-adjective.md)**?**\
   The method name is intuitive when its name is understandable at first sight and cohesive to functionality.<br>
2. **What does it mean the method name is** [**consistent**](/designing/definitions/consistent-adjective.md)**?**\
   The method name is consistent when coded in generally known naming conventions intuitively and cohesively to its functionality.<br>
3. **What does it mean the method is** [**intuitive**](/designing/definitions/intuitive-adjective.md)**?**\
   The method is intuitive when its functionality is consistent and cohesive to its name.<br>
4. **What does it mean the method is** [**consistent**](/designing/definitions/consistent-adjective.md)**?**\
   The method is consistent when it behaves in the same intuitive-functional way cohesive to its name. It means always performing the same action like it sets or gets something in different objects despite some differences.

These are simple explanations because intuitive and consistent words are interdependent, giving different results from different perspectives of the insight.

Let's do some **investigation** having in a mind explanation above.
