An "If" is just an "If", but ...
Aug 20, 2024 路 1 min read 路 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(...
Join discussion