Changes between Version 3 and Version 4 of Pitfalls
- Timestamp:
- 03/06/08 22:56:40 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Pitfalls
v3 v4 5 5 6 6 * 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
