Following up from last week, we get into how I built the
table()
method in ourConsolAS
class, using test-driven development (TDD). This is a cool way to make sure everything works perfectly by testing each part before we fully build it. We’re aiming to make it work just like theconsole.table()
function in Google Chrome, which is pretty handy.
Source: Deploying an Apps Script Library Part 2: Source Code and Project Structure
Dmitry Kostyuk is a Google Developer Expert, a Google Workspace and Google Cloud Platform developer, and the Founder of Wurkspaces.dev.