V4RB, get_CacheSize

jda jda at his.com
Tue May 11 18:52:43 CDT 2004


>If I will use syntax as
>
>
>     z = Valentina.get_CacheSize
>
>And say   
>
>     Valentina.put_CacheSize( z )
>
>
>Anybody see problem wish names?
>
>I mean get_ put_
>
>
>In Valentina module we cannot have properties,
>So I want to use such names.
>This will show that virtually this is property "CacheSize"
>
>
>
>We use such names in our C++ code.
>This is similar to COM names.
>
>
>

How about "set" instead of "put"?


And as Charles said, why the ugly underscores? Why not GetCacheSize 
and SetCacheSize?

Jon


More information about the Valentina-beta mailing list