OK true, technically speaking it is indeed more readable, I guess I really meant that it takes far longer to read. I do admire Lua’s barebones simplicity. Thank you for the “or” tip, I’ve used it a few times before but I often forget about it.
always remember that code is read more than it is written. complex lines need to be deciphered, simple lines don’t. especially fun with symbols that have nonlocal effects like rusts ?.
OK true, technically speaking it is indeed more readable, I guess I really meant that it takes far longer to read. I do admire Lua’s barebones simplicity. Thank you for the “or” tip, I’ve used it a few times before but I often forget about it.
always remember that code is read more than it is written. complex lines need to be deciphered, simple lines don’t. especially fun with symbols that have nonlocal effects like rusts
?
.