Unit Testing in Google Apps Script: Pain-Free and Simple! 🩹
Published in
11 min readApr 7, 2021
--
Why It’s Crucial
Unit testing is an extremely important practice. It helps developers avoid bugs easily and lets you know when something is broken immediately. This makes refactoring easier. There is a great overview regarding the reasons why it’s a must in a recent article by Tyler Hawkins. Inexperienced developers tend to rush into coding and more…