Best Practices, Resources

🐀 Swift 3 Function [Re-]Naming Resource

With Swift 3 officially released, it may be time to start migrating Swift 2.2/2.3 Code to Swift 3. But as this article points out, there are some major changes in terms of best practices for naming functions in Swift 3. 

Definitely give this one a read; I really like how it takes you step by step to improve the function names using examples. πŸ‘Œ

http://inaka.net/blog/2016/09/16/function-naming-in-swift-3/

Standard

Leave a comment