Re: Development Style

From: d. hall (dhall@APK.NET)
Date: 12/16/97


: thus on Tue, 16 Dec 1997 11:07:10 -0700, John virtually wrote:

>> My question is this: What development styles do people use?
>>
>> When I say "development style", I mean: coding and compiling locally,
>> then uploading to server doing all coding on remote server etc...

John> I'm fortunate enough to have my local machine and remote machine with
John> the same versions of gcc and of the c libs. The only diff is that my
John> machine is Slackware and the remote is RedHat. This allows me to
John> code/test/munge/recode/retest and finally get it right on my
John> machine. Once I get enough stuff done and enough bugs fixed, then I
John> upload the files to remote and recompile, shutdown and restart the
John> MUD.

I've found CVS very useful in keeping my source tree synchronized between
my Linux PC at home and Sparc workstation at work.  Also using other tools
helps immeasurably, such as using the .gdbinit file, and .indent.pro for
gdb and indent respectively.  Any new "features" are normally kept
encapsulated within their own source file and header files.  Keeping the
CVS repository on a ZIP disk helps as well.  Certain other tools such as
gprof and autoconf, I try to keep uniform on both systems.

d.


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/08/00 PST