Sabitlenmiş Tweet
Nuno Vieira 🇵🇹 retweetledi

@rudrank The defer statement can be really useful to write safe code 🙂 With the example below we guarantee 2 things. 1 - Any branch of the code must set the `result` variable otherwise the code won't compile. 2 - The completion is always called on the main thread.

English

























