is there any way i can condense this further? ```i...
# announcements
s
is there any way i can condense this further?
Copy code
if (returnDelimiters) false
else it.equals(str)
l
!returnDelimiters && it == str
s
Should be
||
, no?
🚫 1
ah yeah, no, my bad
r
@stephan_marshay I find it helpful to draw a quick truth table if I have any doubts in my logic
👍 1
e
sounds like a solid idea for a plugin, actually
🤔 1