DEV Community

Discussion on: Which mainstream programming language has the ugliest syntax?

Collapse
 
kriang profile image
kristofferanger • Edited

Swift is ugliest, look at this AppDelegate method for example...

override func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool {
    return key == "tasks"
  }