cursedFunctionCall(
condition1? dostuff
: (condition2.veryLong()
&& condition2.veryCursed())? morestuff
: otherstuff
)looks fine to me (tho a bit weird)
idk where exactly to place the && but
cursedFunctionCall(
condition1? dostuff
: (condition2.veryLong()
&& condition2.veryCursed())? morestuff
: otherstuff
)