Граф коммитов

102 Коммитов

Автор SHA1 Сообщение Дата
Josh Abernathy 0d559eec3e
RIP 2017-11-08 08:05:39 -08:00
Josh Abernathy 926d7ba850 Merge pull request #63 from greg3z/master
Remove unwanted whitespaces and capital letters
2017-01-06 23:12:56 -05:00
Greg Lhotellier 231218fa68 Remove unwanted whitespaces and capital letters 2016-12-29 16:05:32 +01:00
Josh Abernathy 4bdc8c3277 Merge pull request #61 from mohpor/master
Added Persian Translation
2016-08-06 14:27:39 -04:00
M. Porooshani 6448dd5989
Adde Persian Translation 2016-08-06 12:32:20 +04:30
Josh Abernathy 4fa63a4815 Merge pull request #59 from emiranda04/master
Update grammar in Rationale
2016-06-14 12:25:22 -06:00
Ernie Miranda ebd10dc876 Replace is with are in Rationale
Sentence refers to "intent and meaning" which are plural.
2016-06-14 14:17:30 -04:00
Josh Abernathy 60ae553b3c Merge pull request #57 from tejen/patch-1
Spelling corrections in Return/Break Early section
2016-05-09 11:00:48 -04:00
Tejen Patel 1403a6c037 Spelling corrections in Return/Break Early section 2016-05-08 15:14:21 -07:00
Josh Abernathy fe83c71d00 Merge pull request #55 from fernandocastor/master
Translation to Brazilian Portuguese
2016-04-08 15:25:25 -04:00
fernandocastor 400beff8eb Fixed a difference in the size of the Return and Break Early header. Also removed an extra blank line. 2016-04-08 16:23:17 -03:00
fernandocastor 90295580bb Added link to the translation to Brazilian Portuguese. 2016-04-08 16:21:00 -03:00
Josh Abernathy b1b2914422 Merge pull request #54 from antoniosejas/master
New link to Spanish Version
2016-03-21 10:23:38 -04:00
Antonio Sejas 5e11d077e7 New link to Spanish Version
The link is in a new fork/branch in a different file following the other translations.
2016-03-19 20:12:06 +00:00
Josh Abernathy 1e23889c2d Merge pull request #48 from poisonedslo/master
Added a section about guard statement
2015-11-05 15:08:29 -05:00
Nejc a17ebda653 Merge branch 'master' of https://github.com/poisonedslo/swift-style-guide into HEAD
Conflicts:
	README.md
2015-11-05 20:57:19 +01:00
Nejc fbbc088ca8 Added section about early exits 2015-11-05 20:53:12 +01:00
Nejc 47d4070273 Updated a section about early exits 2015-11-04 15:11:37 +01:00
Rob Rix 899a75eb39 Merge pull request #51 from cyung/patch-2
Clarify grammar regarding let binding
2015-10-20 16:04:20 -04:00
Christopher Yung 428fc815bd Clarify grammar regarding let binding 2015-10-20 10:56:05 -07:00
Josh Abernathy 55648d39ec Merge pull request #49 from github/robrix-patch-1
Amend CONTRIBUTING.md to note the document’s purpose
2015-09-30 15:02:31 -04:00
Rob Rix 0fd6adc1d7 Suggest forking. 2015-09-30 09:53:42 -04:00
Rob Rix 5dcd45a169 Descriptivism. 2015-09-30 09:51:06 -04:00
Nejc 49239db6c9 Added a section about guard statement 2015-09-29 14:16:57 +02:00
Josh Abernathy b71dd2bee6 Merge pull request #42 from minsOne/linkKR
Add link to Korean translation
2015-07-07 12:06:25 -04:00
minsOne 1fdc95a42a Add link to Korean translation 2015-07-08 00:53:53 +09:00
Rob Rix 63b35a8f7f Merge pull request #40 from kevindeleon/patch-1
Corrects code that would fail due to type mismatch
2015-06-04 09:44:38 -04:00
Kevin deLeon e102e26b2d Corrects code that would fail due to type mismatch
I know this probably seems nit-picky since this isn't a language reference, but it seems numberOfWheels should be converted to Float when doing the math here to get tire pressure. Otherwise, I'm loving this style guide!
2015-06-04 08:42:03 -05:00
Rob Rix dec6f540b2 Merge pull request #37 from jarinosuke/japanese_version
Add link to Japanese translation
2015-03-22 20:16:01 -04:00
Naoki Ishikawa e03bf56cb3 Changed japanese translation link for PR. 2015-03-23 09:02:49 +09:00
Naoki Ishikawa 497752f26e Merge pull request #2 from pluis91/improve-translation
Improved translation up to "Prefer let-bindings over var-bindings whereve...
2015-03-22 21:24:57 +09:00
Rob Rix b33c499168 Merge pull request #34 from morizotter/fix-code-in-sentence
Fix foo in sentence.
2015-03-22 02:32:25 -04:00
Naoki Morita 35a6a18aea Fix foo in sentence. 2015-03-22 15:06:05 +09:00
pluis91 09248989b8 Improve translation up to "Prefer let-bindings over var-bindings wherever possible" 2015-03-05 23:15:13 +09:00
Naoki Ishikawa d89f25834a Merge pull request #1 from hiroyuki0115/master
Fix typo
2015-02-09 16:32:04 +09:00
hiroyuki eguchi 7e0f7f0853 Fix typo 2015-02-07 13:38:44 +09:00
Naoki Ishikawa c6fec47f19 Added link to Japanese. 2015-01-31 14:19:45 +09:00
Naoki Ishikawa 0651dff303 Localized for Japanese. 2015-01-31 14:18:42 +09:00
Rob Rix c11184ff66 Merge pull request #28 from robb/patch-1
Put the colon after the key type for dictionaries
2015-01-05 10:22:15 -05:00
Robert Böhnke 6790fab2ca Merge with previous section 2015-01-05 13:04:57 +01:00
Robert Böhnke 11e622646a Put example on a single line 2014-12-26 19:05:28 +01:00
Robert Böhnke e62e45bf19 Put the colon after the key type for dictionaries 2014-12-25 22:23:15 +01:00
Matt Diephouse 65797b5a55 Merge pull request #27 from hirohisa/fix_typo
Removing typo `;`
2014-12-24 06:15:23 -10:00
Hirohisa Kawasaki e23776b971 Removing typo `;` 2014-12-24 17:39:45 +09:00
Josh Abernathy d262cdd736 Merge pull request #22 from dennda/no-force-unwrapping
Propose not using force-unwrapping of optionals.
2014-12-01 16:05:10 -05:00
Christopher Denter f50414c51d Re-add accidentally deleted separator. 2014-12-01 22:03:13 +01:00
Christopher Denter 8d7e6daafe Merge master -> no-force-unwrapping 2014-12-01 21:58:22 +01:00
Josh Abernathy 8e94807ae3 Merge pull request #21 from dennda/no-implicitly-unwrapped-optionals
Propose never using implicitly unwrapped optionals.
2014-12-01 13:18:51 -05:00
Christopher Denter 189a0d86ae Soften wording regarding implicitly unwrapped optionals (s/dont/avoid/) 2014-11-28 15:49:20 +01:00
Christopher Denter ee49df9581 Soften wording regarding force-unwrapping (s/dont/avoid/) 2014-11-28 15:43:19 +01:00