On Monday, 3 August 2020 at 14:50:36 UTC, Steven Schveighoffer wrote:
On 8/3/20 5:53 AM, Martin Tschierschke wrote:
I prefer putting additional bracket around

For really long expressions you could also split it on multiple lines:

c = (b_expression == 0)
  ? (d_longer_expression)
  : (a_expression/b_expression);

Reply via email to