hyperoslo / hyperoslo/iOS-playbook
How to init properties ?
Open
- Dominant language
- No language data
- Stars
- 228
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
I recently come across this [Swift init](http://merowing.info/2015/11/swift-init/) that discusses the many ways of initializing properties. I often go with `lazy var’s with side-effects` for small size, and `implicitly unwraped optional var!` for more complex case
What do you think?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.