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

Code terseness and case analysis (handling all cases) are totally orthogonal: OCaml is pretty terse and yet the compiler is great at letting you know if you forgot to handle some case.


"In case X, do Y". You can make that pretty terse with clever pattern matching, in term of amount of keystrokes typed, but someone will always come in and feel they can save even more keystrokes by not handling all of the cases.




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

Search: