Swift브랜디interview report
Force unwrap rule
Your team's code review rules include "no force unwrapping (!)." Why have a rule like that?
Force unwrap rule
Your team's code review rules include "no force unwrapping (!)." Why have a rule like that?
SwiftMultiple choiceIntro
Which of these three lines compile? Pick all that apply. …
#optional #iuo
SwiftMultiple choiceIntro
Which of these unwrap an optional safely? Pick all that apply.
#optional
SwiftMultiple choiceIntro
Given let view: UIView = UILabel(), which of these casts can crash at runtime?
#optional
SwiftShort answerIntro
Why does Swift have optionals?
#optional