SF.net SVN: geany:[5185] trunk/src/build.c

ntrel at users.sourceforge.net ntrel at xxxxx
Fri Aug 20 15:56:39 UTC 2010


Revision: 5185
          http://geany.svn.sourceforge.net/geany/?rev=5185&view=rev
Author:   ntrel
Date:     2010-08-20 15:56:39 +0000 (Fri, 20 Aug 2010)

Log Message:
-----------
Add TODO items to tidy code for easier understanding.

Modified Paths:
--------------
    trunk/src/build.c

Modified: trunk/src/build.c
===================================================================
--- trunk/src/build.c	2010-08-20 15:55:30 UTC (rev 5184)
+++ trunk/src/build.c	2010-08-20 15:56:39 UTC (rev 5185)
@@ -25,6 +25,11 @@
 /*
  * Build commands and menu items.
  */
+/* TODO: tidy code:
+ * De-uglify expressions with too much pointer indirection/array indexing by
+ * adding intermediate variables.
+ * Replace defines with enums.
+ * Other TODOs in code. */
 
 #include "geany.h"
 #include "build.h"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list