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, 2024路1 min read路20
馃毃 Sentinel for XcodeBecause of my last article and after some feedback (thanks @mattie) I decided to start Sentinel for Xcode Why?? my previous approach was 100% pure shell script, which btw it鈥檚 not simple to read, so since this is for Xcode, so let鈥檚 do with swift 馃殌....Jun 5, 2019路2 min read路48
鈿狅笍 Custom Warnings & Errors for XcodeHow many times do we submit a build to production and forgot to change something?? For me is more than I want 馃く For this reason, I had to find a way to prevent this, and this is my solution, I鈥檓 sure there are lots of people like me (hope so 馃槉) Let...May 22, 2019路1 min read路72