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(...
Aug 20, 20241 min read20
