you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 11 months ago* (1 child)

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.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 11 months ago

    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 ?.

  • source
  • parent