Re: [swift-evolution] Proposal to change Logical NOT Operator from exclamation mark ( ! ) to something else

2017-02-15 Thread Sadiq via swift-evolution
volution/blob/master/commonly_proposed.md > > right? > > On Wed, Feb 15, 2017 at 11:27 PM, Jose Cheyo Jimenez > wrote: > >> Hi Mohammad, >> >> This has been proposed before. Please see the commonly rejected section >> in the GitHub repo for Swift Evolution. >&

[swift-evolution] Proposal to change Logical NOT Operator from exclamation mark ( ! ) to something else

2017-02-15 Thread Sadiq via swift-evolution
Hello, I would like to suggest to change Logical NOT Operator from ! to something else. It will increase the readability of the code and will avoid any confusion with the symbol used for force unwrapping of optional values. It would be easier for new programmers to learn Swift as the first languag