Vladislp / Smart-Brain

Smart-Brain is a web application that allows users to upload their picture and automatically detects the location of the person's face in the image. (Work in progress)
0 stars 2 forks source link

9-Refactor-in-the-end #17

Open Vladislp opened 1 year ago

Vladislp commented 1 year ago

Is your feature request related to a problem? Please describe.

Yes, the code that I have currently is not well-organized and is difficult to maintain. It takes a long time to make changes and it's not scalable.

Describe the solution you'd like

I would like to refactor my code so that it's more modular and organized. This will make it easier to maintain and modify in the future. I want to split the code into smaller, more manageable modules, and also make use of design patterns to make it more scalable.

Describe alternatives you've considered

I have considered rewriting the entire codebase from scratch, but this would be time-consuming and potentially introduce new bugs. Another alternative would be to continue with the current codebase and try to make small modifications, but this would only be a short-term solution and not address the underlying issue.

Vladislp commented 1 year ago

Also add comments if needed