brucemcpherson / desktopliberation

hosting for desktop liberation google plus community
30 stars 1 forks source link

JavaScript typo detection with proxies #149

Open brucemcpherson opened 1 year ago

brucemcpherson commented 1 year ago

JavaScript typo detection with proxies

JavaScript object property names typos often go unnoticed leading to hard to track down errors. Here's a way to use JavaScript proxies to detect them as they happen as well as some tips on how to completely get round the unpredictable script loading order in Apps Script.

https://ramblings.mcpher.com/gassnippets2/javascript-typo-detection-with-proxies/