02-23-2018, 11:50 PM
(This post was last modified: 02-23-2018, 11:53 PM by Mordent. Edited 1 time in total.)
I'm not naming and shaming, but:
is not the same as:
Handheld artifacts should be fixed. Going to leave this open so anyone who cares can verify.
Code:
(a && b > c ? x : y)
is not the same as:
Code:
(a && b > (c ? x : y))
Handheld artifacts should be fixed. Going to leave this open so anyone who cares can verify.