codeuino / social-platform-donut-backend

Donut API:
http://donut-api-prod.codeuino.org/
GNU General Public License v3.0
24 stars 57 forks source link

Refactor the backend codebase by following the Object oriented design pattern #159

Open Rupeshiya opened 4 years ago

Rupeshiya commented 4 years ago

Describe the enhancement you'd like As of now, the codebase does not follow any design pattern, so it's pretty hard to make it maintainable and flexible

Describe approaches if you have thought of any Refactor the backend codebase by following the Object-oriented design pattern like Singleton classes, factory classes etc

Additional context Working on it.