-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Updated README.md Added Precise Swift Description #39536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
|**[Windows 2019 (VS 2017)](https://github.com/apple/swift-community-hosted-continuous-integration/blob/main/nodes/x86_64_windows_2019.json)** | x86_64 | [](https://ci-external.swift.org/job/oss-swift-windows-x86_64)| | ||
|**[Windows 2019 (VS 2019)](https://github.com/apple/swift-community-hosted-continuous-integration/blob/main/nodes/x86_64_windows_2019_VS2019.json)** | x86_64 | [](https://ci-external.swift.org/job/oss-swift-windows-x86_64-vs2019)| | ||
|
||
## Welcome to Swift | ||
## Welcome To Swift | ||
|
||
Swift is a high-performance system programming language. It has a clean | ||
and modern syntax, offers seamless access to existing C and Objective-C code | ||
|
@@ -37,6 +37,12 @@ features like flow control, data structures, and functions, with high-level | |
constructs like objects, protocols, closures, and generics. Swift embraces | ||
modules, eliminating the need for headers and the code duplication they entail. | ||
|
||
Announced in 2014, the Swift programming language has quickly become one of the fastest growing languages in history. | ||
Swift makes it easy to write software that is incredibly fast and safe by design | ||
Swift is a powerful and intuitive programming language for iOS, iPadOS, macOS, tvOS, and watchOS. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this line makes the description less precise, and furthers this misconception that it's a Apple/Darwin-only language. The rest of the additions are already covered on the front page of swift.org. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @WowbaggersLiquidLunch thanks for reaching as you mentioned your point I support your point but I don't think so it's less precise form anypoint of view, regarding swift.org well if it's in README it won't affect them either There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
@WowbaggersLiquidLunch I concur with this, Swift can be used for a lot more than developing apps for Apple products. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I agree this isn't very good wording, is a great general purpose language and there is no need to highlight apple platforms at the exclusion of others like this. |
||
Writing Swift code is interactive and fun, the syntax is concise yet expressive, and Swift includes modern features developers love. | ||
Swift code is safe by design, yet also produces software that runs lightning-fast. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This reads like an ad, is it really needed? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hey @buttaface Thanks for reviewing I would like keep my point for your Query Asked No it dosen't its just like providing some feature of Swift that is needed incase to understand advantages of swift over other Languages |
||
|
||
To learn more about the programming language, visit [swift.org](https://swift.org/documentation/). | ||
|
||
- [Contributing to Swift](#contributing-to-swift) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The current capitalisation is correct. Propositions (unless at the start of sentence) are not capitalised in English titles: https://en.wikipedia.org/wiki/Title_case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heading are always capatalized in order to grab users attraction