>
>
> Quick thoughts:
>
> #001 Why do you commit .swp and .pyc files? Git only tracks changes in
> content.
>
> #002 Add a LICENSE file indicating the license under which the sources
> are released.
>
> #003 Add a copyright, header notice in each source file.
>
> #004 Run pylint on your *.py and fix the warning/error messages.
>
> #005 Any reason to have not used json? You have commented its import
> in python/register.py
>
>  http://docs.python.org/library/json.html
>
> #006 Please follow PEP8 guidelines. For example: "class names use the
> CapWords convention". Try to be consistent across your source files.
>
>  http://www.python.org/dev/peps/pep-0008/
>
>
@Shaktimaan Thank for the guide lines. Its really useful in many ways.



-- 
Regards
P.Arunmozhi
Twitter: @tecoholic
Website: http://arunmozhi.in
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to