[phobos] Anyone wants to receive github messages here?

Jacob Carlborg via phobos phobos at puremagic.com
Thu Dec 8 23:16:10 PST 2016


On Dec 08, 2016, at 02:01 AM, Walter Bright via phobos <phobos at puremagic.com> wrote:

On a programming note, I do try to adjust symbol names and conditionals to not 
use negation, and

version (!Feature)

is deliberately not supported :-)

You mean:

version (!!DisableFeature)

:)

Or my favorite from Ruby:

unless not !foo
  # some code
end unless not !foo

:D

--
/Jacob Carlborg 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/phobos/attachments/20161209/73daf5f2/attachment.html>


More information about the phobos mailing list