Swift Style, Second Edition

An Opinionated Guide to an Opinionated Language

by: Erica Sadun

Published 2019-03-26
Internal code esswift2
Print status In Print
Pages 241
User level Intermediate
Keywords swift, iOS, coding style, best practices, guidelines
Related titles

iOS 10 SDK Development, 978-1-68050-210-7
Core Data in Swift, 978-1-68050-170-4
Developing for Apple Watch, 2/e, 978-1-68050-133-9

ISBN 9781680506273
Other ISBN
BISACs COM051370 COMPUTERS / Programming / Macinstosh
COM051460 COMPUTERS / Programming / Mobile Devices
COM051460 COMPUTERS / Programming / Mobile Devices

Highlight

Discover the dos and don’ts involved in crafting readable Swift code as you explore common Swift coding challenges and the best practices that address them. From spacing, bracing, and semicolons to proper API style, discover the whys behind each recommendation, and add to or establish your own house style guidelines. Refreshed to cover Swift 4 and 5, this practical, powerful, and opinionated guide offers the best practices you need to know to work successfully in this equally opinionated programming language.

Description

Apple’s Swift programming language has finally reached stability, and developers are demanding to know how to program the language properly. <i>Swift Style</i> guides you through the ins and outs of Swift programming best practices. Refreshed for Swift 4 and 5, this is the best practices book for serious, professional Swift programmers and for programmers who want to shine their skills to be hired in this demanding market.

A style guide offers a consistent experience of well-crafted code that lets you focus on the code’s underlying meaning, intent, and implementation. This book doesn’t offer canonical answers on Swift coding style. It explores the areas of Swift where structure comes into play. Whether you’re developing a personal style or a house style, there are always ways to enhance your code choices. You’ll find here the ideas and principles to establish or enhance your own best style practices.

Begin with simple syntactical styling. Perfect spacing and layout. Master literal initialization and typing. Strengthen code bracing for easy readability. Style your closures for safety and resilience. Optimize control flow layout and improve conditional style choices. Transition from Objective-C and move code into Swift the right way. Boost API design using proper naming and labeling. Elevate defaulted arguments and variadics to their right places. Finally, Erica offers her own broad recommendations on good coding practice.

Contents and Extracts