Refactor templates clean swift conform The Official raywenderlich.com Swift Style Guide.
Method braces and other braces (if
/else
/switch
/while
etc.) always open on the same line as the statement but close on a new line.
if user.isHappy {
// Do something
} else {
// Do something else
}
- To learn more about Clean Swift and the VIP cycle, read here.
- There is a sample app available at Clean-Swift/CleanStore.
make install_templates
make uninstall_templates