▲ | guerrilla 10 days ago | |
> 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. |