Changes between Version 3 and Version 4 of Pitfalls

Show
Ignore:
Timestamp:
03/06/08 22:56:40 (5 years ago)
Author:
guest (IP: 64.94.239.30)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Pitfalls

    v3 v4  
    55 
    66 * Don't try to create an associable out of an inherited class, it won't work. 
     7 * You cannot name a module w/in a sub-package the same name as the Elixir Element Class within it. 
     8     ex: 
     9       model/objects/Test.py w/ a class named Test -- will fail 
     10       model/objects/Tests.py w/ a class named Test -- will work