"J'accuse" (Erel) ^__^

LucaMs

Expert
Licensed User
Longtime User
[Joking post but not without meaning]

Erel has a bad habit :mad: ? (because he has too much to do and too little time, but this is not enough to justify the following):

he doesn't create ALL the Sub sets and gets for every property of the classes he creates; not infrequently he declares only a public variable.

This creates a problem, which I show in the following image:
1681111217688.png

Do you see what the problem is?
Spoiler: That way you can't see an explanation, a comment.
Now... how do I know what that "property", ExtraItems, is for?

So, Erel, I have two possible suggestions:

1 - always create properties as it should be done ?
2 - since you don't want to "waste" time, you could modify the IDE editor and have it write the two Subs, in the same way the editor creates the Sub for creating a custom type object.
 
Last edited:

MikeH

Well-Known Member
Licensed User
Longtime User
This is a valid point :)

What I really need to do, as I don't like boilerplate code, is to add support for commenting fields...
I really love the way Erel responds to posts. Erel, your modesty is a huge asset to what you've achieved with B4X. Long may it continue!

One would almost think Erel is human. ChatGPT doesn't even come close ;)

Thank you Erel ?

p.s. have I said the word "Erel" enough times? ?
 
Top