Roberto Selbach
Roberto Selbach
Home
Blog
Light
Dark
Automatic
swift
Github’s Swift Style guide
Github has published a Swift Style Guide: When you have to meet certain criteria to continue execution, try to exit early. So, instead of this: if n.isNumber { // Use n here } else { return }
Jan 25, 2016
1 min read
Programming