Hello guys!

I've been working with Javascript classes for a while now. I have been
using Prototype's class inheritance. I ran into problems when I tried
to change a class that another class was extending. The changes did
not inherit. I found out that the extending is done when the extending
class is defined.

I think it's kinda bad, so I made my own version where the extending
is done with a reference. I even made an article about it. Here it is:

http://www.sakarituominen.com/blog/javascript-class-inheritance-madness.html

Please tell your thoughts!

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype: Core" group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to 
prototype-core-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en

Reply via email to