Initialization Types

Joined
9/4/22
Messages
8
Points
3
Generally speaking, should we expect to use copy initialization (i=1), brace initialization ( i{ 1 }) or something else in quantitative finance?
 
Joined
12/9/09
Messages
49,177
Points
773
Generally speaking, should we expect to use copy initialization (i=1), brace initialization ( i{ 1 }) or something else in quantitative finance?
I've seen the gamut. There is a lot of legacy code and styles tend to be sticky in code bases.
 
Top