Swift Everyday Ep. #3
How to handle trailing closures properly and more
My writings, opinions, and random thoughts.
How to handle trailing closures properly and more
Ditch rawValue use callAsFunction on enum
How to add AppDelegate in SwiftUI App
Use final on properties and methods when you know that a declaration does not need to be overridden. This allows the compiler to replace these dynamically dispatched calls with...
A post migrated from alokchoudhary.com.
Please find Swift playground at github.com Please find Swift playground at github.com
Please find Swift playground at github.com This post shares from simple to advance the use of in swift. These can be enhanced and some time shorthand of more lines of code. I ho...
In Rewriting History, I talked about the internal representation of a Git repository. I may have misled you a bit. While the reflog, interactive rebasing, and resetting may be m...
This post shares from simple to advance the use of \ in swift. These can be enhanced and some time shorthand of more lines of code. I hope you would enjoy them and try to use in...
This module presents a broad survey of useful Git utilities. We’ll take a step back from the theoretical aspects of Git and focus on common tasks like preparing a project for re...