ivysochyn / apartment-parser

Apache License 2.0
0 stars 0 forks source link

Refactor code #32

Open ivysochyn opened 1 year ago

ivysochyn commented 1 year ago

In the current state, the whole project is a set of functions separated by groups (like bot/parser/etc..)

The task is to sort them out, add documentation and refactor if needed. Later, rework into object methods so we have more elegant code.

These optimizations can significantly improve the quality of the code, and the methods can improve its modularity.