Pitfalls, No-no's, and Things To Watch Out For

Things that may not be obvious from the docs...

  • Don't try to create an associable out of an inherited class, it won't work.
  • You cannot name a module w/in a sub-package the same name as the Elixir Element Class within it.
    ex:

model/objects/Test.py w/ a class named Test -- will fail
model/objects/Tests.py w/ a class named Test -- will work