[Geany-Devel] codesubmit plugin

Lex Trotman elextr at xxxxx
Tue Feb 26 23:38:35 UTC 2013


1) Please get your indentation right, it makes it hard to read with
randomly incorrect indentation, limit lines to ~80 characters, sloppy
styling makes it hard to read and does not give us much confidence in
the quality of your code, layout the python script string so it is
legible, remove the comment its useless.
2) Do not use fixed length text arrays, that has been mentioned before
3) do not g_free malloced memory
4) do not pclose NULL, check the return value
5) don't create and leave junk y.py in the config/plugins directory

Cheers
Lex

On 27 February 2013 10:08, Mayank Jha <mayank25080562 at gmail.com> wrote:
> To all esteemed developers Frank Lanitz, Matthew Brush. Kindly review my
> code which i have modified according to your suggestions.
>
> _______________________________________________
> Devel mailing list
> Devel at lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/devel
>


More information about the Devel mailing list