...

/

Tricky Code

Tricky Code

Learn about the trade-off between writing code that's concise and tricky versus code that's longer but more comprehensive.

We'll cover the following...

Short vs explicit

As a general rule, explicit code should be preferred over using “tricks” to make code extremely short. There is a trade-off, of course. Short, tricky code is less code, but the ...