/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to HACKING

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-01-17 18:41:07 UTC
  • mfrom: (2221.4.9 registryoption)
  • Revision ID: pqm@pqm.ubuntu.com-20070117184107-a6267599a6b636f1
Add RegistryOption, use for directory format

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
--------------