PatamProject / Patam-BookScrabble

1 stars 0 forks source link

connect communication and the models together- meeting #75

Open mayageva11 opened 1 year ago

mayageva11 commented 1 year ago

When we decided to consolidate all the work done into one project, we soon discovered that there were numerous issues and a lot of duplicated code. Faced with this inherent problem, we started brainstorming ways to solve it and tackle the challenges at hand.

The first step in addressing the issue was to identify the duplicate code and pinpoint its source. Using advanced programming tools or manual code inspection, we could locate the parts of the code that were repetitive and identify the duplicate sections. This process helped us understand which parts of the code should be shared and how they could be split into separate functions or modules.

we started thinking on a better way to solve this issue.