Re: [pygccxml-development] FT - name uniqueness
Brought to you by:
mbaas,
roman_yakovenko
From: Matthias B. <ba...@ir...> - 2006-10-13 07:13:29
|
Roman Yakovenko wrote: >> Without that the user assigns an alias? > > Yes, Py++ will do it for him. > >> How will you do that? > > get_value1 > get_value2 > ... And how will the user know about this? I certainly wouldn't expect the methods to show up under a different name. If you're going to implement this, then please also provide a way to disable this feature. (Personally, I think this should actually be disabled by default and only be enabled when the user requests it. Then Py++ can at least assume that the user knows what he's doing. I suppose it would also be desirable to be able to customize the rules for generating the names as I doubt that numbering the functions is hardly ever what the user wants to get) - Matthias - |