I am making a Linked List class, and I realised that when I want to do the init function that happens automatically on a gideros.class, I have to call it.
1. What else is special about a gideros.class? (Should I wait for the Gideros Book of All Things?)
2. When using a gideros.class, what is the base class to inherit from - is it EventDispatcher?
3. The linked list class is just a table - I don't think I will need to dispatch events - should I use a gideros.class for it? Is it more efficient not to, and just call list:new() rather than list.new()
Comments
The Gideros Academy Classes tutorial says to use Core.class()
Thanks
Vlado
Likes: CodeVanya
Likes: CodeVanya
http://www.nightspade.com