Objective-C Coding Guidelines
Перейти к файлу
dependabot[bot] 95f23393d1
Bump webrick from 1.7.0 to 1.8.2 (#47)
Bumps [webrick](https://github.com/ruby/webrick) from 1.7.0 to 1.8.2.
- [Release notes](https://github.com/ruby/webrick/releases)
- [Commits](https://github.com/ruby/webrick/compare/v1.7.0...v1.8.2)

---
updated-dependencies:
- dependency-name: webrick
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-02 11:04:49 -07:00
.github Create CODEOWNERS 2022-07-21 21:19:47 -07:00
Categories Fix syntax highlighting in code blocks 2020-06-05 14:42:18 -07:00
Classes Updated typo in Classes/Naming.md 2020-06-05 17:07:42 -07:00
Documentation adding few more guidance (#25) 2022-07-22 10:36:42 -07:00
Exceptions Add initial guidelines 2020-06-03 23:17:16 -07:00
Headers Fix syntax highlighting in code blocks 2020-06-05 14:42:18 -07:00
InstanceVariables Fix syntax highlighting in code blocks 2020-06-05 14:42:18 -07:00
MethodsAndImplementations Update external link on ImplicitBooleanConversion page (#32) 2022-09-26 08:29:36 -07:00
ObjectCreation adding few more guidance (#25) 2022-07-22 10:36:42 -07:00
ObjectiveCpp Add initial guidelines 2020-06-03 23:17:16 -07:00
PreprocessorDirectives Add initial guidelines 2020-06-03 23:17:16 -07:00
Properties adding few more guidance (#25) 2022-07-22 10:36:42 -07:00
Protocols Fix syntax highlighting in code blocks 2020-06-05 14:42:18 -07:00
Syntax Update executeLoop to executeLoopLogic 2021-01-07 10:06:04 -08:00
_includes Implement basic search functionality (#16) 2021-02-17 15:01:31 -08:00
_layouts Add simple dark mode support (#17) 2021-03-23 12:59:21 -04:00
assets/css Add simple dark mode support (#17) 2021-03-23 12:59:21 -04:00
js Implement basic search functionality (#16) 2021-02-17 15:01:31 -08:00
.gitignore Implement basic search functionality (#16) 2021-02-17 15:01:31 -08:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-06-03 22:44:45 -07:00
CONTRIBUTING.md Add Gemfiles for local Github Pages testing with Jekyll 2020-10-01 13:28:00 -07:00
Categories.md Add initial guidelines 2020-06-03 23:17:16 -07:00
Classes.md Add initial guidelines 2020-06-03 23:17:16 -07:00
Documentation.md Add initial guidelines 2020-06-03 23:17:16 -07:00
Exceptions.md Add initial guidelines 2020-06-03 23:17:16 -07:00
Gemfile Bump webrick from 1.7.0 to 1.8.2 (#47) 2024-11-02 11:04:49 -07:00
Gemfile.lock Bump webrick from 1.7.0 to 1.8.2 (#47) 2024-11-02 11:04:49 -07:00
Headers.md Add initial guidelines 2020-06-03 23:17:16 -07:00
InstanceVariables.md Add initial guidelines 2020-06-03 23:17:16 -07:00
LICENSE Initial LICENSE commit 2020-06-03 22:44:47 -07:00
LICENSE-CODE Initial LICENSE-CODE commit 2020-06-03 22:44:45 -07:00
MethodsAndImplementations.md add table of content (#28) 2022-07-22 13:22:15 -07:00
ObjectCreation.md add table of content (#28) 2022-07-22 13:22:15 -07:00
ObjectiveCpp.md Add initial guidelines 2020-06-03 23:17:16 -07:00
PreprocessorDirectives.md Add initial guidelines 2020-06-03 23:17:16 -07:00
Properties.md add table of content (#28) 2022-07-22 13:22:15 -07:00
Protocols.md Add protocol patterns page 2020-06-04 00:11:09 -07:00
README.md fix fall out of commit 3548796 (#29) 2022-07-22 14:20:12 -07:00
SECURITY.md Initial SECURITY.md commit 2020-06-03 22:44:48 -07:00
Syntax.md Add page on scope 2021-01-07 10:06:04 -08:00
_config.yml Implement basic search functionality (#16) 2021-02-17 15:01:31 -08:00

README.md

Introduction

The Objective-C coding conventions guide documents many best practices learned from over a decade of experience developing software on Apple platforms at Microsoft, such as Office for Mac and iOS. This is not a style guide (use clang-format for that), but guidelines that affect implementation.

This document is organized by language area. We have documented many conventions we regularly use by language area, which are accompanied with rationale, examples, and a history if applicable.

Not all teams use every convention documented here and others may be tweaked to be more amendable to team preferences. The intent is to facilitate developing maintainable and robust code. The conventions evolve with the Objective-C language, frameworks, and experience. Feedback and discussion is welcome and encouraged. For details on how to contribute, see the contribution guidelines.

Table of Contents

Legal Notices

Microsoft and any contributors grant you a license to the Microsoft documentation and other content in this repository under the Creative Commons Attribution 4.0 International Public License, see the LICENSE file, and grant you a license to any code in the repository under the MIT License, see the LICENSE-CODE file.

Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries. The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.

Privacy information can be found at https://privacy.microsoft.com/en-us/

Microsoft and any contributors reserve all other rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel or otherwise.