PDA

View Full Version : Where's the best place to ask someone to check quality of my code?



pavelexpertov
December 27th, 2016, 04:33 PM
Hi

I have written this terminal based application in Python and I use GitHub to back it up.
I am wondering if any of you guys know any websites (maybe including this one) to
ask people to glance through the code and write some simple feedback or opinions
on how to improve it.

Thank for reading and replies!

P.S. If you are curious as to what I have written, here's a link:
https://github.com/pavelexpertov/budtrack

TheFu
December 29th, 2016, 01:49 PM
Your local Python group? Many metro areas have vibrant Python groups.

I can't speak for python, but perl has lots of perl-specific forums for critiques. There is also the Perl::Critic (http://search.cpan.org/~thaljef/Perl-Critic-1.126/lib/Perl/Critic.pm) module, which provides feedback about the perl best practices.

A search of "python linter" found https://www.pylint.org/