I think the comparison with true shows a lack of understanding by your partner. Bools should be named things to avoid this (such as isAvailable
: if (isAvailable) {...}
).
I think the comparison with true shows a lack of understanding by your partner. Bools should be named things to avoid this (such as isAvailable
: if (isAvailable) {...}
).