Member-only story

Swift Benefits

Mr.Javed Multani
2 min readOct 6, 2020

--

  • Swift is future — Swift is future of development on Apple platform. Apple declare swift official development language. Everything they are doing is in Swift. All the new material they release is in Swift. They are bringing new features to Swift only, while the improvements they make to Objective-C are only to interoperate better with Swift.
  • Swift syntax are more clear, shorter and readable than Objective-C.
  • Swift promotes quality code through typing.
  • Swift is safer — To provide predictable behavior Swift triggers a runtime crash if a nil optional variable is used. This crash provides consistent behavior, which eases the bug-fixing process because it forces the programmer to fix the issue right away. The Swift runtime crash will stop on the line of code where a nil optional variable has been used. This means the bug will be fixed sooner or avoided entirely in Swift code.
  • Automatic and high-performance memory management in swift is great.
  • Swift need not end statements with semicolon, No need of header files, type inference included, strong typing, operator overloading, full support for Unicode.
  • Swift grows with you. It has many cool features for intermediate and advanced level programmers.
  • Swift is easier to learn. It has a friendlier syntax and the ability to use playgrounds, which enhance the learning process.
  • Swift supports dynamic libraries.
  • Swift is open source.
  • Swift can be use as a script language.

I love swift more than any other programming language :)

--

--

Mr.Javed Multani
Mr.Javed Multani

Written by Mr.Javed Multani

Software Engineer | Certified ScrumMaster® (CSM) | UX Researcher | Youtuber | Tech Writer

No responses yet