|
|
|
|
|
by cix_pkez
2998 days ago
|
|
I actually agree totally, but perhaps not for your intended reason. I have a hunch that the clear syntax and relative simplicity of web programming is what drives a certain kind of developer to long for complexity and turn something simple into this:
`user.public? && (current_user.try(:test) ? user.test? : !user.test?)` |
|