18F / tock-gas-ts

TypeScript code and example spreadsheets to facilitate the integration of Tock data with Google Spreadsheets via Google Apps Script (GAS).
6 stars 2 forks source link

Add a "design philosophy" section #5

Open toolness opened 6 years ago

toolness commented 6 years ago

Mention e.g.:

toolness commented 6 years ago

Also mention that any GAS functionality needs to scale w/ Tock data (which was the downfall of Patrick's old GAS scripts).

toolness commented 6 years ago

Also mention rationale for using TypeScript: debugging on GAS itself is time-consuming and slow, so it's good to reduce the possibility of runtime errors as much as possible, hence TS.