Deploying an Apps Script Library Part 2: Source Code and Project Structure

Ever wonder how flawless software comes to life? Here’s how I nailed the table() method using the untold magic of TDD!

Dmitry Kostyuk
JavaScript in Plain English
7 min readMay 7, 2024

--

TLDR;

Following up from last week, we get into how I built the table() method in our ConsolAS class, using…

--

--