TheFeshy / BookSift

A plugin for Calibre to do book identification and duplicate detection using the book's text instead of metadata
2 stars 0 forks source link

Identify private members and methods #29

Open TheFeshy opened 12 years ago

TheFeshy commented 12 years ago

One of those python conventions I missed as this is my first python project: lable any "private" data or method with an underscore.

Also check for potential use cases for @property; which lets you use "getters" and "setters" transparently