Jump to content


Pros and Cons of Compiling scripts


  • Please log in to reply
1 reply to this topic

#1 Guests

  • Guests

Posted 30 November 2011 - 06:25 PM

Created a page in the Wiki so more information can easily be added:
<!-- m -->http://www.autohotke... ... ng_scripts<!-- m -->
Feel free to discuss here. My personal preference is to avoid compiling when possible, therefore some info might be biased ;-)

#2 sumon

sumon
  • Moderators
  • 1307 posts

Posted 30 November 2011 - 06:31 PM

Created a page in the Wiki so more information can easily be added:
<!-- m -->http://www.autohotke... ... ng_scripts<!-- m -->
Feel free to discuss here. My personal preference is to avoid compiling when possible, therefore some info might be biased ;-)


To me it's like this: If I'm the only user, do not compile. If someone else is going to use it, compile.

I also compile if I plan making changes to a script, to maintain a "stable version", that does not depend on changes I do to included or library files (or the script itself).