B4J Question Creating libraries: Initialize/Best way to return values?

KMatle

Expert
Licensed User
Longtime User
I've created 2 lib's so far but I'm unsure which is the best way/how to do it "better".

a) I didn't see any need to use an initialize method for the caller. So is it more a style or re-use thing?

b) Returning a single value is like returning it from a sub. In one of the methods I return a map. Are there "better" or other more "standard" ways?
 
Top