.. -*- mode: rst -*-
.. include:: ../definitions.txt

===============================
19. Appendix: NLTK Coding Style
===============================

------
Naming
------



-------
Classes
-------

* use properties, instead of setters and getters


----
Misc
----

* avoid isinstance() -- use try except AttributeError if
  not sure whether an object has an attribute


.. include:: footer.txt
