-
Notifications
You must be signed in to change notification settings - Fork 264
Update oop.md #323
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
Merged
Merged
Update oop.md #323
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Всё таки я не хотел бы этот вопрос убирать. Возможно вопрос потерял смысл спустя несколько поколений, так как сформулирован криво, но мы в первых итерациях всегда в теме про ооп говорили о связи Поведения и Состояния, как и зачем объекты это реализуют, зачем это разделять и тд. Вот список статей на эту тему которые я сейчас нагуглил (особо не вчитывался, но про состояние как одно из главных свойств объекта там явно везде говорится)
https://habr.com/ru/company/otus/blog/525336/
Каждый объект обладает тремя cоставляющими: идентичность (identity), состояние (state) и поведение (behaviour).
https://habr.com/ru/post/111162/
https://habr.com/ru/post/111125/
Давай лучше переформулируем вопрос так, чтобы подсветить нужную сторону и все?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ну так, вроде бы, про составляющие объекта рассказывается, когда отвечаешь на вопрос, что такое объект? Единственное, когда я отвечал, про идентичность говорить не стал, хотя и читал про нее, но она не во всех источниках упоминается.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Давай тогда явно просто туда перенесем? Ну то есть чтобы в вопросе про объекты были явные подвопросы про состояние, поведение (и их противопоставление) и айдентити?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Можно как-то так:
Объект
И про проблемы можно добавить вот эту ссылку, раздел Problems. Отдельно такого подробного описания проблем в одном месте не нашел.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Давай явно в вопросе еще про "поведение" упомянем, можно как раз сравнив и противопоставив поведение и стейт
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Там на самом деле прямо другое, хотя очень связанные темы. Там про State в узком понимании паттерна (кажется из банды четырех даже), и хотя это похоже, но всё же там своя специфика :)
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Я именно про раздел Problems этой статьи, там, кажется, про общие проблемы состояния и указано. А дальше уже про паттерн. А других ссылок с явным описанием проблем я не нашел, поэтому или дать эту, или не давать ничего.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ну я тоже про раздел Problems, там где про конечный автомат :) То есть про то, что у тебя есть специально обозначенные теги состояния, которые говорят о том, как поведение меняется в зависимости этого тега. В целом это часто одна из проблем стейта, но только всё же это частный случай
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Похоже, я ссылку перепутал, там было вообще другое, хотя сайт, кажется, тот же).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Сделал новый коммит