-
Notifications
You must be signed in to change notification settings - Fork 14
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
LG 03-07: remove Liskov-Substition-Principle from this LG #509
Comments
LSP is about specifications, and interfaces are (partial) specifications, so I respectfully disagree. Quoting Liskov's paper:
|
but the learning goal relates to interfaces as in API… as far as I interpret it…
… Am 11.09.2024 um 13:27 schrieb Mike Sperber ***@***.***>:
LSP is about specifications, and interfaces are (partial) specifications, so I respectfully disagree.
Quoting Liskov's paper:
This paper defines a new notion of the subtype relation based on the semantic properties of the subtype and supertype. An object’s type determines both a set of legal values and an interface with its environment (through calls on its methods).
—
Reply to this email directly, view it on GitHub <#509 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAJNIRQG2H3IAIORVNSECKDZWASLVAVCNFSM6AAAAABN7P6BG2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBTGM3TCMJRGI>.
You are receiving this because you were assigned.
|
Sure ... why would that make a difference? |
Because the general notion of collaboration between components has nothing to do with subtyping and supertypes. In case we want more content on interfaces, I suggest the book from Olaf Zimmermann et al: Patterns of API design, Addison-Wesley 2023. |
We seem to be reading two different paper: |
Then we definitely need to reference THAT paper... |
By what means does it help us in the FL training to be super-correct about the scientific origin while many students we have to pick up from the point that they associate this idea with OO programming. Maybe we replace "Liskov’s substitution principle [Liskov 1994] as a way to achieve consistency and conceptual |
Hello everyone. I am just joining the conversation and perhaps a bit late. The new version definitely flows better than the previous logically. In particular, am happy to see that the study on quality requirements and constraints is introduced before the section on evaluation and that we now explicitly mention evaluation of the software architecture with specific reference to quality requirements. I suggest we include Liskov substitution under conceptual integrity in LG-03-04. It can then also be referenced in the discussions under LG-03-07 in the manner suggested by alxlo. In both cases this can be (R3). Thanks to all those who have put so much effort into this work. |
I'm also of the opinion, that Liskov should be removed here. It seems my understanding is also different than Mike's. |
I moved the sentence
to LG-03-04 under conceptual integrity. |
moved the liskov-sentence from LG-03-07 to LG-03-04
PR: #563 has been merged. Closing this issue. |
In my opinion, Liskov has nothing to do with the (general) design of interfaces.
Suggestion is to remove it from THIS learning goal
AND to remove the literature reference.
The text was updated successfully, but these errors were encountered: