ifn't

JPDev@programming.dev to Programmer Humor@programming.dev – 750 points –
124

You are viewing a single comment

What's wrong with "else"

if(condition) {#block never used} else {#actually do a thing}

Vs

ifn't(condition) {#actually do a thing}

Vs

if!(condition) {#actually do a thing}

Cannot start a statement with else. One can with ifn't. There is a new thing where we don't branch (which is a separate discussion).

Or am I missing the joke...