Author Topic: I have written a little on wiki about code completion  (Read 8916 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
I have written a little on wiki about code completion
« on: February 16, 2009, 10:12:11 am »
After read the source code of Code Completion plug-in. I start writing the wiki page of development. It was great that if someone can enrich it?

http://wiki.codeblocks.org/index.php?title=Code_Completion_plugin

Thank you very much.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.