Absolute Unit (Test)

Source: https://www.youtube.com/watch?v=UKe5sX1dZ0k

By Dave Cheney

At London Gophers

go

Each Go package is a self contained unit Test observable behavior of package, not implementation

Design packages around behavior, not implementation

Do not make server/common/utils packages because that is not a behavior

Make the file in the package called server

Accept Interfaces, return structs

← Incoming Links (1)

Index
wiki • Line 5
"- Absolute Unit (Tes..."

→ Outgoing Links (3)

go
wiki • Line 9
"go"
Dave Cheney
wiki • Line 5
"By Dave Cheney"
London Gophers
wiki • Line 7
"At London Gophers"