On Fri Jun 10 06:58:14 2022 +0000, Huw Davies wrote:
This `if` condition is challenging to decipher. Perhaps it would be simpler comparing `!!name[0]` with `!!name[1]`, or breaking this out into a series of `if` statements.
Err, obviously comparing `!name[0]` directly with `!name[1]` would also work.