|
|
|
|
|
by bluecalm
3696 days ago
|
|
It's to make code more concise. There are many idiomatic one liners to compare arrays for example or to find the first element which satisfies the condition etc. I don't mind removing them but their usecase is obvious: make the code more concise and more readable (and yes, if you program in C on daily basis you don't require a double take or thinking about what ++ does). |
|