[Gambas-user] OO design problem?

Fabien Bodard gambas.fr at ...626...
Tue Aug 30 18:20:58 CEST 2016


2016-08-30 12:18 GMT+02:00 Christof Thalhofer <chrisml at ...3340...>:
> Am 29.08.2016 um 09:20 schrieb Fabien Bodard:
>
>> In the IDE if you write :
>>
>> Property MyProp As Integer    and validate
>>
>>
>> The all the stuff (_Read, _Write) is automagiquely added at the end of the file
>>
>> You just have to validate at the end of the property declaration  line....
>
> Yes, but in my case I also need corresponding private Variables, which
> hold the data.

I think this can be added but the problem is to manage anybody
variable calling.
As Benoit does and years before i use to add type and range of a
variable in it's name.

But maybe others dev don't want that way...

>
> Therefore I wrote the GS-creator for me as a simple tool because I have
> to create a lot of classes which represent rows of database tables as
> models for my own Gambas ORM.
>
> Even with the help of the Gambas IDE that job would cause a lot of pain
> in my hands ... ;-)
>
>
> Alles Gute
>
> Christof Thalhofer
>
> --
> Dies ist keine Signatur
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user



-- 
Fabien Bodard




More information about the User mailing list