home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / alt / sys / amiga / demos / 1754 < prev    next >
Encoding:
Text File  |  1992-11-21  |  1.1 KB  |  25 lines

  1. Newsgroups: alt.sys.amiga.demos
  2. Path: sparky!uunet!munnari.oz.au!uniwa!DIALix!shogun
  3. From: shogun@DIALix.oz.au (Matthew Fitzgerald)
  4. Subject: Re: Writing a StarField. Which method is best?
  5. Organization: DIALix Services, Perth, Western Australia
  6. Date: Sat, 21 Nov 92 12:36:56 GMT
  7. Message-ID: <1992Nov21.123656.28125@DIALix.oz.au>
  8. References: <1992Nov7.104910.60476@cc.usu.edu> <1992Nov11.131803.1276@ifi.uio.no> <1992Nov17.211753.11335@ntg.com> <1992Nov18.115111.8537@ifi.uio.no>
  9. Lines: 14
  10.  
  11. Some coders (like myself) can't stand using includes, ok, system coding is 
  12. a little different - everyone has their own methods!  I know most of the 
  13. hardware registers off the top of my head so why use symbolic names??? No-one
  14. sees y code except me and the other guys in my group, and I document my
  15. code ALOT - which is another reason why I don't use includes!!
  16.  
  17. I still prefer to do EVERYTHING in hardware... (if I want to multi-task then
  18. I'll use system library functions etc!)  It's fast and it makes your brain
  19. work harder figuring out your own algorithms, you must admit that when coding
  20. with libraries, alot of the work is already done for you!  
  21.  
  22. Matt (Onodi of Epsilon)
  23.  
  24.  
  25.