home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / apollo / 3162 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  1.1 KB

  1. Path: sparky!uunet!mcsun!sunic!dkuug!diku!klaus
  2. From: klaus@diku.dk (Klaus Ole Kristiansen)
  3. Newsgroups: comp.sys.apollo
  4. Subject: Re: Favourite DOMAIN/OS features (or mis-features)
  5. Message-ID: <1992Jul31.072917.19990@odin.diku.dk>
  6. Date: 31 Jul 92 07:29:17 GMT
  7. References: <92206.12:40:04.711328.L58@vm.urz.uni-heidelberg.de> <1992Jul29.034229.23500@alphalpha.com>
  8. Sender: klaus@freja.diku.dk
  9. Organization: Department of Computer Science, U of Copenhagen
  10. Lines: 18
  11.  
  12.  
  13. The most important things have already been mentioned: the DM, the typed
  14. file system, //, and tb. A very good point I have not seen mentioned yet
  15. is the logical naming scheeme for the system calls. It has at least 3
  16. advantages
  17.  
  18. 1) When I chose a name for something in a program, there won't be an
  19.    obscure system call with the same name, which by Murphy's law I
  20.    will later need to use.
  21.  
  22. 2) When looking through a program, written by me or someone else,
  23.    I never have to check if a name is defined in the program or
  24.    or is a system call.
  25.  
  26. 3) Even if I have never used a particular system call, I can usually
  27.    see at a glance what kind of thing it does.
  28.  
  29. Klaus O K
  30.