[Gambas-user] Issue 172 in gambas: Using static symbols on objects not consistent

gambas at ...2524... gambas at ...2524...
Wed Dec 28 05:18:53 CET 2011


Comment #2 on issue 172 by benoit.m... at ...626...: Using static symbols on  
objects not consistent
http://code.google.com/p/gambas/issues/detail?id=172

Mmm... Actually this is very useful to be allowed to do obj.c. Because  
sometimes you don't know the class of 'obj' at design time, or you don't  
want to know if a property is a real dynamic property or just a constant.

So the same thing could be told for obj.v, obj.f(), or obj.p and I should  
allow them.

This is a matter of being allowed to design a class differently without  
breaking the other classes that use it.






More information about the User mailing list