Small improvements: - use "string is space" instead of trimming the string and checking if empty, at least 2x faster on development, wherev…
Show more
Small improvements: - use "string is space" instead of trimming the string and checking if empty, at least 2x faster on development, wherever we don't need the trimmed value - modernize leftover foreach trick with lassign
Show less