Clarify grammar regarding let binding · github/swift-style-guide@428fc81 · GitHub | Latest TMZ Celebrity News & Gossip | Watch TMZ Live
Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 428fc81

Browse files
committed
Clarify grammar regarding let binding
1 parent 55648d3 commit 428fc81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Use `let foo = …` over `var foo = …` wherever possible (and when in doubt).
2828

2929
_Rationale:_ The intent and meaning of both keywords is clear, but *let-by-default* results in safer and clearer code.
3030

31-
A `let`-binding guarantees and *clearly signals to the programmer* that its value is supposed to and will never change. Subsequent code can thus make stronger assumptions about its usage.
31+
A `let`-binding guarantees and *clearly signals to the programmer* that its value will never change. Subsequent code can thus make stronger assumptions about its usage.
3232

3333
It becomes easier to reason about code. Had you used `var` while still making the assumption that the value never changed, you would have to manually check that.
3434

@@ -284,4 +284,4 @@ _Rationale:_ Operators consist of punctuation characters, which can make them di
284284

285285
* [中文版](https://github.com/Artwalk/swift-style-guide/blob/master/README_CN.md)
286286
* [日本語版](https://github.com/jarinosuke/swift-style-guide/blob/master/README_JP.md)
287-
* [한국어판](https://github.com/minsOne/swift-style-guide/blob/master/README_KR.md)
287+
* [한국어판](https://github.com/minsOne/swift-style-guide/blob/master/README_KR.md)

0 commit comments

Comments
 (0)

TMZ Celebrity News – Breaking Stories, Videos & Gossip

Looking for the latest TMZ celebrity news? You've come to the right place. From shocking Hollywood scandals to exclusive videos, TMZ delivers it all in real time.

Whether it’s a red carpet slip-up, a viral paparazzi moment, or a legal drama involving your favorite stars, TMZ news is always first to break the story. Stay in the loop with daily updates, insider tips, and jaw-dropping photos.

🎥 Watch TMZ Live

TMZ Live brings you daily celebrity news and interviews straight from the TMZ newsroom. Don’t miss a beat—watch now and see what’s trending in Hollywood.