Aris Mednis
2008-07-27 11:27:18 UTC
In the old days, life was simple. You pounded the keyboard creating your
C/C++ masterpiece, and after many hours of testing and debugging it
compiled and ran without any error reports. Then you ran Lint over the
source, and tidied up loose ends in the code. After these steps you had
a program that would run reliably for years...
Now we live in a much more complex programming world, and our tools have
grown in complexity and capability.
I spent many happy years with BCB4 and am a relative newcomer to
C++Builder 2007.
My question is aimed at the project creation and development phase in
the life of a project. Is it better or preferable to run CodeGuard
continuously from the start and correct as you go along, or leave it as
a one off exercise after completion?
I appreciate that there is an element of personal preference here, but
there may also be good technical reasons for one approach or the other.
Aris
C/C++ masterpiece, and after many hours of testing and debugging it
compiled and ran without any error reports. Then you ran Lint over the
source, and tidied up loose ends in the code. After these steps you had
a program that would run reliably for years...
Now we live in a much more complex programming world, and our tools have
grown in complexity and capability.
I spent many happy years with BCB4 and am a relative newcomer to
C++Builder 2007.
My question is aimed at the project creation and development phase in
the life of a project. Is it better or preferable to run CodeGuard
continuously from the start and correct as you go along, or leave it as
a one off exercise after completion?
I appreciate that there is an element of personal preference here, but
there may also be good technical reasons for one approach or the other.
Aris