moconn68 / depic_app

Upcoming children's game for Android and iOS
1 stars 0 forks source link

Refactor Project #4

Closed moconn68 closed 4 years ago

moconn68 commented 4 years ago

Description

Currently, 100% of our application code is contained within App.js. This is not scalable as we grow the app size and large singular files increase human reading complexity. As such, we need to refactor the project and spread the code between more granular files. Using this article for structure inspiration.

moconn68 commented 4 years ago

Refactor complete as of 5029a288c18d1f439ce6722d9c9e466fcffc1c26 - need to update README with new structure for clarity