1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Analysis and specification &#45; the dirty words of mud development? -->
<!--X-From-R13: Quevf Uenl <ptNnzv&#45;pt.UenlEntr.Sqzbagba.OP.QO> -->
<!--X-Date: Sat, 13 Jun 1998 00:11:05 &#45;0700 -->
<!--X-Message-Id: 199806130214.UAA00597@ami&#45;cg.GraySage.Edmonton.AB.CA -->
<!--X-Content-Type: text/plain -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Analysis and specification - the dirty words of </title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg01016.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01018.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg01170.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01150.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#01017">Author</A>
&nbsp;|&nbsp;<A HREF="#01017">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#01017">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Analysis and specification - the dirty words of mud development?</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Subject</em>: [MUD-Dev] Re: Analysis and specification - the dirty words of mud development?</LI>
<LI><em>From</em>: Chris Gray &lt;<A HREF="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</A>&gt;</LI>
<LI><em>Date</em>: Fri, 12 Jun 1998 20:14:00 -0600</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
[Greg Munt:]

 &gt;I decided to give up waiting for someone to add some more to this thread
 &gt;before I responded. I note with interest (and dismay) that the number of
 &gt;posts in this thread are scarce.
 &gt;
 &gt;Is the topic just not interesting enough, do you not feel knowledgable
 &gt;enough to comment, or do you not think analysis has any part to play in a
 &gt;one-person development team? (If the last one is true, you're very, very
 &gt;wrong.*)

I think that depends on our individual goals, and our individual
experiences. Most of the programming I've done, especially in the last
10 years, has been more experimental that developmental. The things we
do at work are likely things that the operating system designers and
authors never thought about anyone doing, so we constantly run into
problems where we are exploring the boundaries of what can be done,
and are way beyond any available documentation. It can be marvelous
fun, and it can be immensely frustrating, but it is clearly quite a
lot different from programming to a predefined spec. Our spec is,
almost literally, "make as much work as you can, however you need to
do it, and it should be as transparent and efficient as possible".

So, when I decided to write a MUD at home (it was meant to be a very
quick hack in the middle of another long-since-abandoned project), the
concept of a detailed plan never occurred to me. It also wouldn't have
been possible, since, even now, my experience at playing or admin-ing
MUDs is virtually nil. Sure, if I was being paid to produce a marketable
product, I would have done a bunch of research first, but that wasn't
the case - I was much more interested in the fun parts of the programming
(I never call it 'coding'), and in seeing how it all worked out.

A smaller MUD server I did (called "ToyMUD" - the sources have been
around publically for a few years) did have some original goals, if you
can consider that a design. It was a fun way to teach myself socket
programming! After that part worked, and I noticed that the whole thing
wasn't very big, my next target was to see how little code it took to
write a fully programmable MUD that maintains an on-disk database (well,
re-writes it on shutdown). (About 3500 lines of ANSI C.) Project done,
and then I wrote the documentation, on how to use it, as well as how to
improve the scenario, and how to work within the server itself.

 &gt;Ok. You are writing for yourself, not for any potential players (a goal of
 &gt;many on this list, I am sure). Since you are developing as a hobby, your
 &gt;time is limited by the amount of spare time that work and the rest of your
 &gt;life leave. Leaping into things may be a lot more fun, but you regret it
 &gt;after the fifth rewrite. (I'm sure we've all been there, at least once - I
 &gt;know I have!)

Er, no, actually. I've rewritten a few hundred lines of a large project
on occasion, but never had the opportunity to rewrite the whole thing.
Hmm. Actually, I think at work I deliberately took time out (a month
or so) to rewrite large chunks, but that was not to change anything
about the way it worked, but simply to clean up the sources, clarify
the partitioning of what parts do what, isolate key header file usage,
reduce the conditional compilation, etc.

Am I unusual in this? Possibly, but then I think my job is somewhat
unusual, and that is how I've gained most of my experience.

So, in short, don't be disappointed if a lot of people haven't dived
into this discussion of design and analysis of MUD systems. My impression
is that a lot of folks on this list have unusual programming experience,
and so what is appropriate to the standard customer-driven programming
shop may not be appropriate for them. That, coupled with the hobbyist
nature of many of us, is an important flavour to this group.

 &gt;* So bite me.

Munch!

-- 
Chris Gray     cg#ami-cg,GraySage.Edmonton.AB.CA


</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg01016.html">[MUD-Dev] Re: darkness/visibility</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg01018.html">[MUD-Dev] Re: Mud websites</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg01170.html">[MUD-Dev] Re: Analysis and specification - the dirty words of mud development?</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg01150.html">[MUD-Dev] Re: Analysis and specification - the dirty words of mud development?</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#01017"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#01017"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><STRONG>[MUD-Dev] Re: Analysis and specification - the dirty words of mud development?</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="01193" HREF="msg01193.html">[MUD-Dev] Re: Analysis and specification - the dirty words of mud development?</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 24 Jun 1998, 18:38 GMT
</LI>
</ul>
</ul>
</ul>
</ul>
<LI><strong><A NAME="01050" HREF="msg01050.html">[MUD-Dev] Re: Analysis and specification</A></strong>, 
Shawn Halpenny <a href="mailto:malachai#iname,com">malachai#iname,com</a>, Mon 15 Jun 1998, 19:14 GMT
<UL>
<LI><strong><A NAME="01066" HREF="msg01066.html">[MUD-Dev] Re: Analysis and specification</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Tue 16 Jun 1998, 05:48 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="01170" HREF="msg01170.html">[MUD-Dev] Re: Analysis and specification - the dirty words of mud development?</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Mon 22 Jun 1998, 23:46 GMT
</LI>
</ul>
<LI><strong><A NAME="01017" HREF="msg01017.html">[MUD-Dev] Re: Analysis and specification - the dirty words of mud development?</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Sat 13 Jun 1998, 07:11 GMT
</LI>
<LI><strong><A NAME="01150" HREF="msg01150.html">[MUD-Dev] Re: Analysis and specification - the dirty words of mud development?</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Sat 20 Jun 1998, 01:59 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00937" HREF="msg00937.html">[MUD-Dev] Re: Off topic! But please help</A></strong>, 
John Bertoglio <a href="mailto:alexb#internetcds,com">alexb#internetcds,com</a>, Wed 10 Jun 1998, 18:54 GMT
<UL>
<LI><strong><A NAME="00988" HREF="msg00988.html">[MUD-Dev] Re: Off topic! But please help</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Fri 12 Jun 1998, 00:26 GMT
</LI>
</UL>
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="01020" HREF="msg01020.html">[MUD-Dev] Re: Off topic! But please help</A></strong>, 
John Bertoglio <a href="mailto:alexb#internetcds,com">alexb#internetcds,com</a>, Sun 14 Jun 1998, 05:09 GMT
</LI>
</UL>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>