-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathindex.html
73 lines (61 loc) · 4.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Ioscodespecification by roycms</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Ioscodespecification</h1>
<h2 class="project-tagline">IosCodeSpecification</h2>
<a href="https://github.com/roycms/IosCodeSpecification" class="btn">View on GitHub</a>
<a href="https://github.com/roycms/IosCodeSpecification/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/roycms/IosCodeSpecification/tarball/master" class="btn">Download .tar.gz</a>
</section>
<section class="main-content">
<p><img src="https://roycms.github.io/IosCodeSpecification/logo.png" alt="Logo"></p>
<h1>
<a id="ios-code-specification" class="anchor" href="#ios-code-specification" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Ios Code Specification</h1>
<ul>
<li>我们面对 "别人" 的代码总是相互吐槽,互相"伤害",一脸的无奈表情就像上面的<g-emoji alias="tomato" fallback-src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f345.png" ios-version="6.0">🍅</g-emoji> tomato.</li>
<li>开发一旦涉及到多人协作,我们通常会制定一些规范(也可叫做基于团队的风格和偏好)不管是口头的还是文档形式的还是公司层面的或者是团队层面的,
面对这些规范或风格往往会收到很多的吐槽.</li>
<li>你不妨看看 <a href="why.md">[来自Google的原文是出自MarkCC的吐槽]</a> 进一步了解规范的必要性.</li>
<li>面对吐槽,我们还是要有效的开展工作,此时团队需要有一个规范去引导团队按照统一的风格进行编码,团队的新成员加入时你就要给他准备一份这样的告知手册.</li>
<li>刚好这里有一份这样的手册,在工作之余搜集整理的一些适合自己团队开发的一些规范,分享这样一个手册,希望它也能为你的团队带来帮助,如果你有新的建议也希望能够 <a href="https://github.com/roycms" class="user-mention">@roycms</a> 我 或者 pull request.</li>
</ul>
<h1>
<a id="手册目录" class="anchor" href="#%E6%89%8B%E5%86%8C%E7%9B%AE%E5%BD%95" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>手册目录</h1>
<ul>
<li><a href="why.md">前言</a></li>
<li>IOS规范
<ul>
<li><a href="xcode-project.md">Xcode 工程规范</a></li>
<li><a href="naming-methods.md">方法命名推荐</a></li>
<li><a href="objective-c-style-guide.md">Objective-C 语法规范指南</a></li>
<li><a href="code-structure.md">代码结构规范</a></li>
<li><a href="code-comments.md">代码注释规范</a></li>
</ul>
</li>
<li>工具相关
<ul>
<li><a href="git-basic.md">Git基本使用</a></li>
<li><a href="cocoasPod-basic.md">CocoasPod安装基本使用</a></li>
</ul>
</li>
<li><a href="xcode-plugins.md">附录一 Xcode插件</a></li>
<li><a href="library.md">附录二 常用第三方开源库</a></li>
<li><a href="reference.md">参考</a></li>
</ul>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/roycms/IosCodeSpecification">Ioscodespecification</a> is maintained by <a href="https://github.com/roycms">roycms</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>