-
Notifications
You must be signed in to change notification settings - Fork 1
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 6-2: Explain relevance of loosely coupled for APIs as a product #41
Comments
It's important because you can then more freely change the product without negative effects for existing consumers. If every change is breaking things, you will become more hesitant to make changes (and rightly so). |
@thfro, is that enough in terms of answering your question, or do you think we should change something in the curriculum? |
Maybe we should clarify the connection between loosely coupled and APIs as products. But we can do this also after the first release. I asked ChatGPT and got the following answers: The connection between loosely coupled scenarios and API product management arises from several aspects: Independent Development Teams Clearly Defined Target Audiences Usability and Feedback Lifecycle Management and Deprecation Economic Viability and Value Creation Loosely coupled systems require APIs to be treated as standalone products because they are not directly controlled by the API-developing organization. Instead, they must remain stable, understandable, and usable for a heterogeneous user base. |
On 2025-02-17 16:02, Falk Sippach wrote:
Maybe we should clarify the connection between loosely coupled and APIs as products. But we can do this also after the first release.
Sounds good to me.
I asked ChatGPT and got the following answers:
Not too bad but pretty noisy. In the end it boils down to the fact that as a product provider you have not much control over your consumers, but you still want to make sure that you can improve the product without disrupting existing consumers.
|
discussion from #39:
@thfro: How is being "loosely coupled" relevant for the question whether I manage something as a product?
The text was updated successfully, but these errors were encountered: