I'm also interested in being able to do this. I'm surprised there aren't more people who want to accomplish exactly what Alexandre is requesting. In nearly every programming project, as a project progresses, there are methods that emerge as common amongst the various Entities. I have found this to be true in all three of the Elixir projects I have developed. Thusfar, I have used the mix-in (multiple-inheritance) technique to meet my needs, but an abstract indicator or Alexandre's suggestion would be more elegant and very welcome.
Jason On Feb 11, 5:02 am, "Gaetan de Menten" <[EMAIL PROTECTED]> wrote: > > This is an interesting option I didn't think about. I'd like to hear > opinions from other people about this as I'm not sure if it's worth > it: are there many persons in your case (I don't think there are -- > and those who are would probably be satisfied by the "abstract" > concept implementation which will need to be done anyway), and is > there a (relevant) impact (in terms of efficiency or mem usage) to > have one more level of inheritance for all objects? > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLElixir" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlelixir?hl=en -~----------~----~----~----~------~----~------~--~---
