java-design-patterns icon indicating copy to clipboard operation
java-design-patterns copied to clipboard

docs: add real-world example to Observer pattern README

Open MiguelAntonioRS opened this issue 4 months ago • 3 comments

What has been done

Added a new "Real-World Example" section to the Observer pattern README file.

Why this change

To provide a practical explanation of how the Observer pattern is applied in modern Java applications, helping readers better understand its use in real projects.

How to test

Open the file observer/README.md and verify that the new section appears at the end of the document.


Hacktoberfest contribution 🎃

MiguelAntonioRS avatar Oct 20 '25 16:10 MiguelAntonioRS

Analyzing changes in this PR...

This might take a few minutes, please wait

📥 Commits

Analyzing changes from base (ede37bd) to latest commit (9088a41):

  • 9088a41: docs: add real-world example to Observer pattern README
📁 Files being considered (1)

🔄 observer/README.md (1 hunk)


autogenerated by presubmit.ai

github-actions[bot] avatar Oct 20 '25 16:10 github-actions[bot]

Hi, the CI check "Presubmit.ai / review" failed because the workflow seems to be missing its LLM_API_KEY secret and references a non-existent model (gemini-1.5-flash).
This issue appears unrelated to my documentation change.

Could you please review the PR manually?
Thanks and happy Hacktoberfest! 🎃

MiguelAntonioRS avatar Oct 20 '25 16:10 MiguelAntonioRS