An "If" is just an "If", but ...
This is so simple and make sense, but I just realized this today 🧠🧠
Imagine that you have these two functions
func a() -> Bool {
sleep(10) //simulate a very a heavy function
return Bool.random()
}
func b() -> Bool {
return Bool.random(...
ruiaureliano.hashnode.dev1 min read