facn5 / NodeJs-AutoComplete

0 stars 1 forks source link

words and wordssetup.js belong in the backend folder #24

Open shiryz opened 5 years ago

shiryz commented 5 years ago

Restructure your files and folders, since you only use these files in the backend they should be in that folder, all of the dictionary related files need to be in a separate nested folder.

├── src (backend)
     ├── dictionary
           ├── wordss
                   wordssetup.js
...
shiryz commented 5 years ago

Side note wordss and wordssetup are not considered good names