Tjatse / node-readability

Scrape/Crawl article from any site automatically. Make any web page readable, no matter Chinese or English.
341 stars 36 forks source link

Improving readability of the code and refactor methods #35

Closed midudev closed 6 years ago

midudev commented 8 years ago

In order to improve readability of the code and also keep files maintanable, I would like to separate functions in smaller methods and separate files in modules (for example, aiming to separate reader.js in smaller stateless modules), one for scoring, for example.

The reason: keep it simple in order to attract people to collaborate and, also, improve the maintainability while keeping the functionality intact. I'll start to send pull requests to it. :)

Tjatse commented 8 years ago

Sounds reasonable;)