Skip to content

Latest commit

ย 

History

History
26 lines (14 loc) ยท 814 Bytes

File metadata and controls

26 lines (14 loc) ยท 814 Bytes

Swift (Functional)

No Emoji

Do not use emoji in your projects. For those readers who actually type in their code, it's an unnecessary source of friction. While it may be cute, it doesn't add to the learning and it interrupts the coding flow for these readers.

Organization and Bundle Identifier

Where an Xcode project is involved, the organization should be set to hcahealthcare and the Bundle Identifier set to com.hcahealthcare.{AppName}

Xcode Project settings

Copyright Statement

The following copyright statement should be included at the top of every source file:

/// Copyright (c) 2019 HCA Healthcare Holdings Inc.

References