2 bookmarks for 2024-04-01

1213.

The Go Play Space

goplay.space

Alternative Go (Golang) Playground with syntax highlighting, turtle graphics and more

1212.

Trunk Based Development

trunkbaseddevelopment.com

A source-control branching model, where developers collaborate on code in a single branch called ‘trunk’ *,
resist any pressure to create other long-lived development branches by employing documented techniques. They
therefore avoid merge hell, do not break the build, and live happily ever after.