mohanadarafe / GuideMe

SOEN 390 | Winter 2020 | Mini Capstone
7 stars 5 forks source link

Refactor the code in order to implement a design pattern. #121

Closed bkenza closed 4 years ago

bkenza commented 4 years ago

In order to add some useful design patterns, the code needs to be refactored a bit since we did not really follow any architecture. By refactoring, we aim to make the code more readable and reusable. The purpose of this refactoring is to try to prevent future implementation issues and also, to make it more easy for more people to work on the same project.

AlainJobs commented 4 years ago

image

AlainJobs commented 4 years ago

Done so far

MoreDetails is now called BuildingMoreDetails since the component design (logic/template) is specific to a building.

AlainJobs commented 4 years ago

This issue will be moved to the refactoring endeavour and since we implemented a design pattern, this issue is not relevant.