|
|
|
|
|
by ChrisMarshallNY
2419 days ago
|
|
Yup. Personally, I like the ternary operator, and I also like the nil-coalescing operator, but I'm quite aware that they can produce difficult-to-maintain code, so I'm careful with them. I have gone and done some silly stuff with both, but then, I realized that I was leaving unmaintainable code. If you use godbolt.org, you can actually see what code is produced by the source. |
|