42free icon indicating copy to clipboard operation
42free copied to clipboard

Define a main function

Open itislu opened this issue 11 months ago • 0 comments

This has 2 major benefits:

  1. Readability: It's possible to read the script top to bottom in execution order.
  2. Security: Because first all functions get read into memory, once the call to main has been made, no changes during runtime - like when updating - can affect the script.

itislu avatar Jan 28 '25 04:01 itislu