MariaVolpe / EscapeNLP

http://escapenlp.herokuapp.com/
4 stars 1 forks source link

Code organization improvements #154

Closed simonayzman closed 2 years ago

simonayzman commented 5 years ago

This repo could probably benefit from a bit better organization around server related code and NLP related code. It's separated into folders at the top level, but it probably made sense to organize certain things under top level folders. E.g., routers and socket and maybe server.js under a server folder, and all the nlp code under one folder. Easier to understand what's going on that way. Otherwise, it could do with a bit more documentation.