Jonathan M Davis: > Most? I've never dealt with a coding style that had underscores. It's > generally > camelcase, though I get the impression that using underscores in C code is > more > common (I've mostly used C++ and Java). Regardless however, Phobos' coding > style > uses camelcase, not underscores.
You are right. But I'd like to know why Phobos uses camelcase instead of underscores (as used in C and Python). I think variable names in camelcase are less noisy. Bye, bearophile
