Ticket #2926 enhancement new
Various names in twisted.protocols.amp do not conform to coding standard recommendation for acronyms
| Reported by: | glyph | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | itamarst, thijs | Branch: | |
| Author: | Launchpad Bug: |
Description
Quoth the coding standard:
"Acronyms should be capitalized in their entirety."
but AMP contains a few names which do not do this:
- AmpBox
- AmpError
- RemoteAmpError
- AmpList
These should all be very gradually deprecated and replaced with names such as AMPBox, AMPError, RemoteAMPError, AMPList.
Change History
Note: See
TracTickets for help on using
tickets.
