←back to thread

1457 points nromiun | 1 comments | | HN request time: 0.2s | source
1. guerrilla ◴[] No.45077011[source]
> isValid = val > someConstant > isAllowed = condition2 || condition3 > isSecure = condition4 && !condition5 > // , we don't need to remember the conditions, there are descriptive variables > if isValid && isAllowed && isSecure { > ... >}

I literally relaxed in my body when I read this. It was like a deep sigh of cool relief in my soul.