From k....org on August 01, 2012 10:58:08
Mix-In support is currently modeled, but not yet implemented.
Original issue: http://code.google.com/p/foam-framework/issues/detail?id=12
该提问来源于开源项目:foam-framework/foam
From k....org on August 01, 2012 10:58:08
Mix-In support is currently modeled, but not yet implemented.
Original issue: http://code.google.com/p/foam-framework/issues/detail?id=12
该提问来源于开源项目:foam-framework/foam
From k....org on August 01, 2012 08:00:58
Design Question: If mix-ins introduce instance variables, should they be stored with to Object's other instance variables, or should they be encapsulated in some way? Encapsulating might have some advantages but could make things like cloneing and serializing more difficult.