... | @@ -2,8 +2,7 @@ This project used Apache Maven as its build system, which contains a default dir |
... | @@ -2,8 +2,7 @@ This project used Apache Maven as its build system, which contains a default dir |
|
|
|
|
|

|
|

|
|
|
|
|
|
The team chose to use MVC (Model, view, controller) structure for the main source code. This allowed for seperation of the logic into packages where they fit
|
|
The team chose to use MVC (Model, view, controller) structure for the main source code. This allowed for seperation of the logic into packages where they fit. At the same this, it resulted in reduction of complexity of the entire code structure, since the logic and display was seperated into three separate layers. It made sure that the coupling got looser between the three layers, making them more independent, and better code cohesion.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
 |
|
 |
|
|
|
\ No newline at end of file |