Tagged Questions
The codequality tag has no wiki summary.
4
votes
5answers
2k views
Automatic code quality review tool for Python
I am python newbie. Can ppl point towards good OSS for automated decent python code review tools. I am churning quite some python code these days. Want to pass it thru some quality tool.
Thanks
...
0
votes
0answers
224 views
One Data module or many, per application? [closed]
Possible Duplicate:
Delphi DataModule Usage - Single or Multiple?
I just finished a new application and in this one I created several Data Modules instead of one for the all application.
...
0
votes
1answer
123 views
How can I see comparisons for all checkins to CVS in the last 24 hours?
I want to go through all of the checkins to our CVS repository once a day and do a code QA. At the moment we're running a report that tells us wich file was changed, the committer and the check in ...