Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: user.r

From: maximo::meteorstudios::com at: 2-Jul-2003 15:27

I'm almost scared of asking why you need to know how LARGE the user.r file can be... I guess you want to include skins and reused codes... I have added a few things in it but I always sourced other files instead of trying to put all the stuff right in the file.. its easier to manage... its also easier to handle when you've got more than one user on the sytem, so instead of updating all the code in the user.r, everyone has the same user.r and uses the latest stuff. for steel, the only thing I added to my user.r is a do load to the file which defines the open-library function. then I use it to open whatever module I need (instead of loading all of them). my two cents. -max