![]() |
Share your thoughts with me! - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: General (https://python-forum.io/forum-1.html) +--- Forum: Code Review (https://python-forum.io/forum-46.html) +--- Thread: Share your thoughts with me! (/thread-35104.html) |
Share your thoughts with me! - itaybardugo - Sep-29-2021 Hi guys Just finishes developing WhatsasppTracker WhatsappTracker is a selenium based software which tracks the status of a given contact, and output a time series file with the relveant status for every set point . I would like to know what do you think about the design, readability, flexibility, etc… You can find it on github RE: Share your thoughts with me! - ndc85430 - Sep-30-2021 I didn't look at most of the code, but there are no tests. Adding or changing functionality is risky because you won't know whether you've broken anything. |