Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Nested null-checks are a lot of code without the existential operator: if(){if(){if()}}} vs .?.?.?


Like I said, doesn't solve any hard problems. If having to type an extra few if-statements is the hardest programming problem you have to solve all day, you have a damn easy job.

Don't get me wrong: I like that syntax change--I'm all for shorter, cleaner code. But I've moved on from C# because it was ineffective for solving hard problems like multithreading, scaling, networking, crypto. Eliminating a few if statements doesn't fix that.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: