| "The criterion for what makes good code is different than what is good English." In total, yes, but that does not mean that there are no things that work in English that also happen to work in code. Furthermore, it is difficult to generalize about this: some programming languages are entirely unlike English and work very well, others attempt to be like English and are terrible, while others attempt to be like English in some ways and work. And further to that, some parts of some programs attempt to be like English and work well, while other parts of programs work well when nothing like English. Now while I understand bang, andand, and oror, they are a terrible legacy of our C++ days. Bang is especially unforgiveable. If we must have a prefix operator, what is wrong with ~, the actual standard symbol for negation? ;-) p.s. This thread may seem to be a digression, but it seems quite pertinent to an article that talks about writing code for readability. |