2000Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Object and class heirarchies &#45;&#45; are they really necessary? -->
<!--X-From-R13: ptNnzv&#45;pt.UenlEntr.Sqzbagba.OP.QO -->
<!--X-Date: Tue, 28 Mar 2000 18:38:47 &#45;0800 -->
<!--X-Message-Id: 200003290239.TAA14052@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, Re: [MUD-Dev] Object and class heirarchies -- are they really </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="msg00779.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00783.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00756.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00672.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00782">Author</A>
&nbsp;|&nbsp;<A HREF="#00782">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00782">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] Object and class heirarchies -- are they really necessary?</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>: Re: [MUD-Dev] Object and class heirarchies -- are they really necessary?</LI>
<LI><em>From</em>: <A HREF="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</A></LI>
<LI><em>Date</em>: Tue, 28 Mar 2000 19:39:49 -0700</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: <A HREF="mailto:mud-dev-admin#kanga,nu">mud-dev-admin#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>
[Phillip Lenhardt &lt;philen#funky,monkey.org&gt;:]

&gt; For example, if a door is just a regular object with open and close
&gt; methods and link attributes pointing at two other roomish objects,
&gt; how do you determine if it is a door at all? In a class hierarchy,
&gt; you can ask for the class or type of an object. If that class or
&gt; type is or is descended from the door class, you know you have a
&gt; door object. With just a base class, you have to check for all
&gt; relevant methods and attributes before treating that object like
&gt; a door.

I recall someone on this list (JCL?) saying something analagous to:

    If it acts like a door, its a door.

Why do you care if the way it gets its door behaviour is by being an
"official" door? If someone has, within the rules of your world, created
a non-door object which is intended to act like a door, then I would
think you would want everyone to treat it as if it were a door. In other
words, you don't want anyone to be able to find out that it isn't "really"
a door.

Possibly there are some rare administrative cases where you want to be
able to identify "official" doors, but should that kind of requirement
drive the basic heart of your system?

-- 
Don't design inefficiency in - it'll happen in the implementation.

Chris Gray     cg#ami-cg,GraySage.Edmonton.AB.CA
               <A  HREF="http://www.GraySage.Edmonton.AB.CA/cg/">http://www.GraySage.Edmonton.AB.CA/cg/</A>



_______________________________________________
MUD-Dev mailing list
MUD-Dev#kanga,nu
<A  HREF="http://www.kanga.nu/lists/listinfo/mud-dev">http://www.kanga.nu/lists/listinfo/mud-dev</A>

</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="msg00779.html">Re: [MUD-Dev] Trouble Makers or Regular Citizens</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00783.html">Re: [MUD-Dev] Object and class heirarchies -- are they really necessary?</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00756.html">RE: [MUD-Dev] Object and class heirarchies -- are they really necessary?</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00672.html">[MUD-Dev] The Meta list is now open and active.</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00782"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00782"><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>RE: [MUD-Dev] Object and class heirarchies -- are they really necessary?</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00685" HREF="msg00685.html">RE: [MUD-Dev] Object and class heirarchies -- are they really necessary?</A></strong>, 
Nathan F Yospe <a href="mailto:yospe#hawaii,edu">yospe#hawaii,edu</a>, Wed 22 Mar 2000, 01:59 GMT
</LI>
</ul>
<LI><strong><A NAME="00686" HREF="msg00686.html">Re: [MUD-Dev] Object and class heirarchies -- are they really necessary?</A></strong>, 
Draymoor <a href="mailto:fibhufky#erols,com">fibhufky#erols,com</a>, Wed 22 Mar 2000, 02:33 GMT
</LI>
<LI><strong><A NAME="00687" HREF="msg00687.html">Re: [MUD-Dev] Object and class heirarchies -- are they really necessary?</A></strong>, 
Draymoor <a href="mailto:fibhufky#erols,com">fibhufky#erols,com</a>, Wed 22 Mar 2000, 03:53 GMT
</LI>
<LI><strong><A NAME="00756" HREF="msg00756.html">RE: [MUD-Dev] Object and class heirarchies -- are they really necessary?</A></strong>, 
Brian Ashburn <a href="mailto:BAshburn#us-south,net">BAshburn#us-south,net</a>, Tue 28 Mar 2000, 20:18 GMT
</LI>
<LI><strong><A NAME="00782" HREF="msg00782.html">Re: [MUD-Dev] Object and class heirarchies -- are they really necessary?</A></strong>, 
cg <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Wed 29 Mar 2000, 02:38 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00672" HREF="msg00672.html">[MUD-Dev] The Meta list is now open and active.</A></strong>, 
J C Lawrence <a href="mailto:claw#kanga,nu">claw#kanga,nu</a>, Mon 20 Mar 2000, 18:58 GMT
<LI><strong><A NAME="00671" HREF="msg00671.html">[MUD-Dev] Licensing and Clauses</A></strong>, 
Chris Jacobson <a href="mailto:fear#technologist,com">fear#technologist,com</a>, Mon 20 Mar 2000, 17:35 GMT
<LI><strong><A NAME="00667" HREF="msg00667.html">Re: [MUD-Dev] [CODE] unique items</A></strong>, 
Draymoor <a href="mailto:fibhufky#erols,com">fibhufky#erols,com</a>, Mon 20 Mar 2000, 05:26 GMT
<UL>
<LI><strong><A NAME="00670" HREF="msg00670.html">Re: [MUD-Dev] [CODE] unique items</A></strong>, 
Marc Bowden <a href="mailto:ryumo#merit,edu">ryumo#merit,edu</a>, Mon 20 Mar 2000, 17:35 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>