~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to HACKING

  • Committer: John Arbash Meinel
  • Date: 2007-01-24 20:40:20 UTC
  • mfrom: (2242 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2245.
  • Revision ID: john@arbash-meinel.com-20070124204020-szyxbjpn9mzbsks7
[merge] bzr.dev 2242

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
 
210
210
Consider naming classes as nouns and functions/methods as verbs.
211
211
 
 
212
Try to avoid using abbreviations in names, because there can be
 
213
inconsistency if other people use the full name.
 
214
 
212
215
 
213
216
Standard names
214
217
--------------