cristighr1995 / Holiholic

A trip planner and travel guide application which offers activity suggestions and personalized day plans based on user’s preferences and profile.
Apache License 2.0
2 stars 0 forks source link

[HH-62][CITY] Fix return same instance of city #63

Closed cristighr1995 closed 5 years ago

cristighr1995 commented 5 years ago

In this PR we fix the return of the same instance of city. We were using the Singleton pattern but its not the case. We should just continue to use the map where we store each city based on its name.

cristighr1995 commented 5 years ago

Related issue: https://github.com/cristighr1995/Holiholic/issues/62