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

LegacyOrder -> ModernOrder #3200

Open
ghobadian opened this issue Mar 10, 2025 · 1 comment
Open

LegacyOrder -> ModernOrder #3200

ghobadian opened this issue Mar 10, 2025 · 1 comment

Comments

@ghobadian
Copy link

I think that
Optional<LegacyOrder> orderInModernSystem = acl.findOrderInModernSystem(id); must change to
Optional<ModernOrder> orderInModernSystem = acl.findOrderInModernSystem(id); since we want the modern order object
Image

link to the page:
https://github.com/iluwatar/java-design-patterns/tree/master/anti-corruption-layer

@ramonGomezEnc
Copy link

hey, as a beginner in the OS community, I would love to contribute with this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants