how to evaluate own project
Posted
by
gruszczy
on Programmers
See other posts from Programmers
or by gruszczy
Published on 2010-12-27T16:04:33Z
Indexed on
2010/12/27
16:59 UTC
Read the original article
Hit count: 627
I am working on a open source project in pure C
, that I have started some time ago, but only recently found time to add some features. I can clearly some weaknesses of my old design, so I am trying to refactor my old code. I have no idea however, how to evaluate properly my new code. Do you know about any techniques or tools for code evaluation? I am pretty good with object oriented design, but for about three years I had no contact with purely structural one. Therefore I don't have enough experience, to be able to discern between good and bad design choices.
© Programmers or respective owner