Saturday, July 03, 2021

Learn Go with test-driven development

 quii/learn-go-with-tests: Learn Go with test-driven development @GitHub


podcast:


Giving TDD a Go with Riya Dattani, David Wickes, & Chris James (Go Time #185) |> Changelog



JavaScript Numeric Separators

 JavaScript Numeric Separators

valid syntax!

const oneMillion = 1_000_000; // 1000000
const decimals = 1_000_00.01_02_03 // 100000.010203