Fwd: KDE/kdevelop/src

Vladimir Prus ghost at cs.msu.su
Mon Jul 4 08:12:02 UTC 2005


On Saturday 02 July 2005 11:01, Andras Mantia wrote:

> --- trunk/KDE/kdevelop/src/newmainwindow.cpp #430666:430667
> @@ -127,7 +127,8 @@
>      createActions();
>      createStatusBar();
>
> -    createGUI(0);
> +//    createGUI(0);
> +    createShellGUI(true);

My opinion probably does not matter much, but I think that leaving commented 
out code like this is a bad idea. Somebody else will eventually wonder if 
commented out code is supposed to be temporary disabled, or it's some 
workaround, or what else.

Maybe, you can add a comment saying why 'createShellGUI' is better that 
'createGUI'?

- Volodya




More information about the KDevelop-devel mailing list