Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Привила именования классов при наследовании #3

Open
scrinoman opened this issue Nov 13, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@scrinoman
Copy link

scrinoman commented Nov 13, 2020

Нужно подумать над исключением из правила об именовании классов-наследников *Parent: Parent() случаи наследования от View и ViewGroup.

Например, создаем очень нестандартный контрол IconTextControl, корнем которого является FrameLayout. Тогда, по текущему правилу именования, его следует именовать IconTextControlFrameLayout. Однако, этот контрол не планируется для использования в качестве ViewGroup (не планируется добавлять в него дочерние элементы ни через xml, ни через addChild), следовательно, его имя не должно указывать, что его следует использовать как FrameLayout

Другой пример: public class Button extends TextView

@scrinoman scrinoman added the documentation Improvements or additions to documentation label Nov 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant