You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to watchdo...@googlegroups.com
Hi,
I'm working on a "FTP watchdog" service. I inspire myself of the watchdog project. During my work I foud some potential bugs and I made a code review. Here is a summary:
Anomalies and potential bugs
Don’t forget to close files
Wrong “Compares two directory snapshots” algorithm
Code review
Indent the source code
Dictionaries’ iterations should be changed
Avoid function callback in default parameters
Remove dead code
Don’t abuse of decorators
Don’t abuse of properties
The details are in the attached "review.rst" file (it use reStructureText format).