From e7803919063d43486deca7b22512d877115f02be Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Tue, 23 Jan 2018 20:58:54 -0800 Subject: [PATCH] Refer to Swift 4 instead of Swift 4.0. --- Technotes/CodingGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Technotes/CodingGuidelines.md b/Technotes/CodingGuidelines.md index a44a1e80b..f2760432a 100644 --- a/Technotes/CodingGuidelines.md +++ b/Technotes/CodingGuidelines.md @@ -26,7 +26,7 @@ Similarly: always work at the highest level possible, but not higher and certain ### Language -Write new code in Swift 4.0. +Write new code in Swift 4. The one exception to this is when dealing with C APIs, which are often much easier to deal with in Objective-C than in Swift. Still, though, this is rare, and is much more likely to be needed in a lower-level framework such as RSParser — it shouldn’t happen at the app level.