The Power of Namespacing in Swift
Namespacing is a powerful feature that improves code structure. Swift has limited namespacing support, which can be compensated by the use of nested types. From this article you will learn:
- How namespacing works in Swift
- How nested types can improve code structure.
- Practical pseudo-namespacing techniques.
Continue reading at my blog: http://www.vadimbulavin.com/the-power-of-namespacing-in-swift/