Re: On achieving goals (enterprise acceptance/coding guidelines)
[email protected] ("Perrin Harkins")
| Newsgroups | perl.p5ee |
|---|---|
| Message-ID | <005a01c1d289$406e2f80$7d50fea9@charlotte> |
I do agree that the ugly way many people write perl is one of the largest barriers to its acceptance. > The highlights in this respect are primarily "StudlyCase" and the use of > "getXXX/setXXX" on attributes: I can't agree with that. There's a good reason that underscores are the standard for perl code: they are easier to read. This point has been made in several perl style guides and I agree with it. - Perrin