swift/README.md
structs over classes wherever possiblefinallet whenever possible to make immutable variablesVoid in function signatures, prefer () for arguments and Void
for return types.IBAction and target/action methods using a verb describing
the action it will trigger, instead of the user action (e.g., edit: instead
of editTapped:)