Tag Archives: iif

The ternary conditional operator

The ternary conditional operator In computer programming, ?: is a ternary operator that is part of the syntax for a basic conditional expression in several programming languages. It is commonly referred to as the conditional operator, inline if (iif), or ternary if. Important because… Every good developer knows that less code that do something is better than more code that do the

Request an article ←