JoeBussard / polywordleapi

the api for playing polywordle
0 stars 0 forks source link

PHP backend polywordle.php is monolithic #1

Closed JoeBussard closed 2 years ago

JoeBussard commented 2 years ago

PHP backend is monolithic.

This backend is one huge file. It does not have any requires or includes built into it. It needs to be split into smaller files.

JoeBussard commented 2 years ago

closing php issues