1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Analysis and specification &#45; the dirty words of mud development? -->
<!--X-From-R13: "Uert [hag" <tertNhav&#45;pbea.qrzba.pb.hx> -->
<!--X-Date: Fri, 12 Jun 1998 13:42:43 &#45;0700 -->
<!--X-Message-Id: E0ykZwG&#45;0006OW&#45;00#post,mail.demon.net -->
<!--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:greg#uni-corn,demon.co.uk">
</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="msg01004.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01006.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00943.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01008.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#01005">Author</A>
&nbsp;|&nbsp;<A HREF="#01005">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#01005">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>: &lt;<A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A>&gt;</LI>
<LI><em>Subject</em>: [MUD-Dev] Re: Analysis and specification - the dirty words of mud development?</LI>
<LI><em>From</em>: "Greg Munt" &lt;<A HREF="mailto:greg#uni-corn,demon.co.uk">greg#uni-corn,demon.co.uk</A>&gt;</LI>
<LI><em>Date</em>: Fri, 12 Jun 1998 20:57:44 +0100</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>
I decided to give up waiting for someone to add some more to this thread
before I responded. I note with interest (and dismay) that the number of
posts in this thread are scarce.

Is the topic just not interesting enough, do you not feel knowledgable
enough to comment, or do you not think analysis has any part to play in a
one-person development team? (If the last one is true, you're very, very
wrong.*)

----------
&gt; From: Richard Woolcock &lt;KaVir#dial,pipex.com&gt;
&gt; 
&gt; Mike Sellers wrote:
&gt; &gt; 
&gt; &gt; At 06:46 PM 6/10/98 -0700, Richard Woolcock wrote:
&gt; &gt; &gt;
&gt; &gt; &gt;The importance of specifications and analysis lies in being able to
turn
&gt; &gt; &gt;around to the customer and say "well, you didn't ask for *that*... but
for
&gt; &gt; &gt;extra $$$ and a deadline slip we could do it for you".  Believe me -
some
&gt; &gt; &gt;companies depend on this happening to be able to get their software
completed
&gt; &gt; &gt;within what are - initially - impossible deadlines.
&gt; &gt; &gt;
&gt; &gt; &gt;As far as a mud goes... The implementor/coder decides what s/he wants
in the
&gt; &gt; &gt;mud and work to that.  They don't have to explain to other people
exactly
&gt; &gt; &gt;what the mud is going to be like, because they are the company AND the
&gt; &gt; &gt;customer all rolled into one.
&gt; &gt; 
&gt; &gt; I couldn't disagree more.  The importance of analysis and design has
much
&gt; &gt; more to do with managing architectural complexity, robustness, and
&gt; &gt; extensibility than it does with cloaking impending schedule slips.
&gt; &gt; Formalizing this process is *critical* on a multi-person team, but even
on
&gt; &gt; a single-person team, you need to have _some_ level of overriding
design so
&gt; &gt; that you don't end up with a patchwork quilt of what you felt like
working
&gt; &gt; on that day.
&gt; 
&gt; Does it matter what and when you work on things, as long as they get
done?

Yes, yes, yes, yes and yes. (Ok, it was only one question, but I really
needed to add some emphasis there.)

Do you really think that analysis would be part of well-established
software development process models (firmly backed by the academic
community) if they were used simply to obscure slipping schedules?

If something that the customer wants is not included in the requirements
spec, and later, in the analysis, then that is a mistake, a flaw in the
communication with the customer, an error. It is a bug at the analysis
stage. Your statement implies that software development companies aim to
misinterpret customer requirements, in order to justify more time - and, by
implication, more expenditure. That's bollocks.

Bad decisions made earlier in the lifetime of the project are easier to
fix. Avoid implementing something that the customer cannot/will not use -
document what they want at an early stage. Remember, the important thing is
not to get something - anything - running as soon as you can, but something
that is well-designed, something that *works*, and _above_all_ satisfies
the user's requirements (some of which may initially be unstated).

If you go ahead and do your own thing, then the customer says, "Oops,
didn't we tell you that?", you have to redesign, reimplement and retest.

If you specify properly, and document everything that you think that the
customer has asked for, they can verify it, and tell you about errors then,
instead of when you are into the implementation stage. (Note that there are
no guarantees to this approach, you only have a greater chance of things
working out!)

Back to your question: I assume that you are asking what is wrong with
writing the documentation after the code. One way of looking at it is that
x hours have been spent designing, coding and testing (only then can the
customer verify that you have developed what they have asked for - or meant
to ask for). OTOH, if you have spent y (which is *significantly* less than
x) hours specifying and documenting, and show your documents to the
customer, they can tell you what is wrong then, instead of when (let's be
honest) it's too late. The aim is to waste as little time as possible.
Anything produced that is not to the customer's stated and unstated
requirements is a waste of time, in some way or another.

&gt;    Specification: What has to be done.
&gt;    Analysis:      How you are going to do it.
&gt; 
&gt; I use 'design' as a term referring to the actual high/low level designs,
&gt; including any DFDs/etc.  I believe that the design plays an important
role,
&gt; while the analysis isn't so important for a mud if you are the sole
coder.
&gt; I know what I want to do, I know how I am going to do it.  What I need is
a
&gt; consistant design to stop me deviating from that goal.

Hmm. Are you sure you know what you want to do? Isn't it better to start
the development of a system at the highest level that you can, instead of
getting into the nitty-gritty from day one?

If you do analysis in your head, the chances of missing your mistakes soar.
 
&gt; I think the main difference is that you consider the players to be the 
&gt; customer, while I consider myself to be the customer (of my mud).  If
&gt; the players were customers then yes, I would agree with you totally.

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

&gt; Specification of problem:
&gt;    The mud cannot accept more than 100 players at one time.
&gt;
&gt; [Rest of pedantic example snipped]
&gt;
&gt; Maybe we are getting our wires crossed...could you give a brief example
of
&gt; what you consider 'analysis', 'specification' and 'design'?

You shouldn't approach things as problems. At worst, they are system
constraints imposed upon you. These constraints may be dictated by customer
requirements, or by hardware (as in this case), but they can't really be
defined as problems, I don't think.

Steps in my development life-cycle (and it *must* be a cycle!):

  Requirements Specification - what customer requirements need to be
satisfied by the system?
  
  Analysis - unsure about this, and that was the reason for my original
post. The bridge between requirements   and functional specifications. I
guess it specifies why and how a particular part of the functionality will
satisfy a   particular requirement. (Any input from you lot on this one?)
  
  Functional Specification - what functionality will the system provide to
satisfy the requirements? (The system   from the user perspective,
sometimes called External Design.)
  
  Design - low-level design of the functionality: algorithms, class
designs, etc. (The system from the developer's   perspective, sometimes
called Internal Design.)
  
  Coding/Implementation - the fun part
  
  Testing - the, er, not so fun part...

The higher up in the list, the higher level that the document is. I'd
recommend documenting your procedures and standards too - even if you are
the only person involved in development.

&gt; &gt; &gt;IMO a far more important phase in mud development is the
scrutiny/testing
&gt; &gt; &gt;phase, which is also very much lacking.  Why?  Because its boring as
hell
&gt; &gt; &gt;and no fun to do, and if its no fun the mud stops becoming a hobby.
&gt; &gt; 
&gt; &gt; Testing is a lot less onerous if you've done solid design work in
advance.
&gt; &gt; :-)
&gt; 
&gt; True, but I have never doubted the importance of design.

I think his definition of design encompasses design and all previous stages
- whereas yours does not.

Greg.

* So bite me.


</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<ul compact><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><A NAME="01170" HREF="msg01170.html">[MUD-Dev] Re: Analysis and specification - the dirty words of mud development?</A></strong>
<ul compact><li><em>From:</em> J C Lawrence &lt;claw#under,engr.sgi.com&gt;</li></ul>
<li><strong><A NAME="01050" HREF="msg01050.html">[MUD-Dev] Re: Analysis and specification</A></strong>
<ul compact><li><em>From:</em> Shawn Halpenny &lt;malachai#iname,com&gt;</li></ul>
<li><strong><A NAME="01024" HREF="msg01024.html">[MUD-Dev] Re: Analysis and specification - the dirty words ofmud  development?</A></strong>
<ul compact><li><em>From:</em> "Andrew C.M. McClintock" &lt;andrewm#tiger,hsc.edu&gt;</li></ul>
<li><strong><A NAME="01009" HREF="msg01009.html">[MUD-Dev] Re: Analysis and specification - the dirty words of mud development?</A></strong>
<ul compact><li><em>From:</em> Richard Woolcock &lt;KaVir#dial,pipex.com&gt;</li></ul>
<li><strong><A NAME="01008" HREF="msg01008.html">[MUD-Dev] Re: Analysis and specification - the dirty words of mud development?</A></strong>
<ul compact><li><em>From:</em> Holly Sommer &lt;hsommer#micro,ti.com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg01004.html">[MUD-Dev] Re: darkness/visibility</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg01006.html">[MUD-Dev] Away on a trip</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00943.html">[MUD-Dev] Re: Analysis and specification - the dirty words of mud development?</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg01008.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#01005"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#01005"><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] OT: Ack!</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="01129" HREF="msg01129.html">[MUD-Dev] OT: Ack!</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Thu 18 Jun 1998, 21:31 GMT
</LI>
</ul>
</ul>
</ul>
</ul>
</ul>
<LI><strong><A NAME="01160" HREF="msg01160.html">[MUD-Dev] Re: darkness/visibility</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Mon 22 Jun 1998, 22:14 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00945" HREF="msg00945.html">[MUD-Dev] Telepathy Rules</A></strong>, 
Lawrence W. Homer <a href="mailto:afn40452#afn,org">afn40452#afn,org</a>, Wed 10 Jun 1998, 21:38 GMT
<LI><strong><A NAME="00943" HREF="msg00943.html">[MUD-Dev] Re: Analysis and specification - the dirty words of mud development?</A></strong>, 
Mike Sellers <a href="mailto:mike#bignetwork,com">mike#bignetwork,com</a>, Wed 10 Jun 1998, 20:46 GMT
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="01005" HREF="msg01005.html">[MUD-Dev] Re: Analysis and specification - the dirty words of mud development?</A></strong>, 
Greg Munt <a href="mailto:greg#uni-corn,demon.co.uk">greg#uni-corn,demon.co.uk</a>, Fri 12 Jun 1998, 20:42 GMT
<UL>
<LI><strong><A NAME="01008" HREF="msg01008.html">[MUD-Dev] Re: Analysis and specification - the dirty words of mud development?</A></strong>, 
Holly Sommer <a href="mailto:hsommer#micro,ti.com">hsommer#micro,ti.com</a>, Fri 12 Jun 1998, 21:06 GMT
<UL>
<LI><strong><A NAME="01046" HREF="msg01046.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, 16:01 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="01009" HREF="msg01009.html">[MUD-Dev] Re: Analysis and specification - the dirty words of mud development?</A></strong>, 
Richard Woolcock <a href="mailto:KaVir#dial,pipex.com">KaVir#dial,pipex.com</a>, Fri 12 Jun 1998, 23:15 GMT
</LI>
<LI><strong><A NAME="01024" HREF="msg01024.html">[MUD-Dev] Re: Analysis and specification - the dirty words ofmud  development?</A></strong>, 
Andrew C.M. McClintock <a href="mailto:andrewm#tiger,hsc.edu">andrewm#tiger,hsc.edu</a>, Sun 14 Jun 1998, 09:32 GMT
</LI>
</UL>
</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>