←back to thread

Hyrum's Law in Golang

(abenezer.org)
107 points thunderbong | 1 comments | | HN request time: 0.211s | source
Show context
praptak ◴[] No.42202159[source]
Corollary: uptime is part of the defacto spec being relied on.

One of the SRE practices is breaking your service on purpose to bring the actual service level closer to what is promised and supported.

replies(2): >>42202376 #>>42202395 #
1. Cthulhu_ ◴[] No.42202395[source]
As another commenter pointed out, this is to a point what Go does as well; for example, map iteration is randomised so no implementation will rely on insertion order.