in

skillIssue

skillIssue | development-memes, loc-memes, apple-memes, swift-memes, ide-memes | ProgrammerHumor.io
development-memes, loc-memes, apple-memes, swift-memes, ide-memes | ProgrammerHumor.io

Content

branch: master v swift-evolution proposals 0004-remove-pre-post-inc-decrement.md benrimmington Shorten commitPR links 5 contributors TO Find file Copy path 3d7d570 on Sep 13 101 lines (70 sloc) 4.2 KB Raw Blame History Remove the and – – operators Proposal: SE-0004 Author: Chris Latter Status: Implemented (Swift 3) Commit: appleswift812008 Introduction The incrementdecrement operators in Swift were added very early in the development of Swift, as a carry-over from C. These were added without much consideration, and haven’t been thought about much since then. This document provides a fresh look at them, and ultimately recommends we just remove them entirely, since they are confusing and not carrying their weight. ProdrammerHumor.io