App-Inventor-Gallery
App-Inventor-Gallery copied to clipboard
Separate puts from gets in RPCs where appropriate
Once batch RPCs are available, the RPC implementations here should be evaluated in search of those which have unexpected side effects. For example, functions called get*() should not do put()s.
see the discussion around https://github.com/derrell/App-Inventor-Gallery/pull/145#issuecomment-2509144, particularly the concerns of @cpuwhiz11 therein.