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

[REBOL] About Standards and Best Practices

From: reboler::bol::com::br at: 1-Sep-2003 7:07

Hi Folks!, Sorry if it's a dummy question, but I was wondering about saving system resources in Rebol. What do you suggest as the best practices? 1. Always use objects? 2. Functions encapsulated in Objects with local vars ? 3. use clear and unset to release the vars? Or I don't need to create the objects and what I need is just to create the functions with local vars to save memory, then clear them.. Have you already written about this? I mean with the focus on Rebol. I think if we have something like this, we would have more improvement to coding. I read a message of Andrew optimizing his code, I think a manual how to optimize a script with standards and best practices would be great!. Don't you think? Best Regards Thanks in advance. -Dj