Perl Style: Patches

  • When you’re working on someone else’s code, try to follow their lead.
  • Avoid reformatting text so it doesn’t create spuriously large diffs.
  • Converting tabs to spaces may be necessary to cope with the evil folk who set hardware tabs to something other than 8, or who have custom tab stops. Don’t do that.

Forward to From Perlstyle (part 1)
Back to The Care and Feeding of Modules
Up to index

Copyright © 1998, Tom Christiansen All rights reserved.

Tags

Feedback

Something wrong with this article? Help us out by opening an issue or pull request on GitHub