this post was submitted on 11 Dec 2023
26 points (77.1% liked)
JavaScript
1700 readers
6 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've been a software developer for 7 years and I've grown to hate terneries entirely. They only hinder readability. Readability is the biggest factor in maintainability. Code that is hard to maintain makes bugs.
I always mark PRs with nested terneries as "needs work".