Please rethink this statement. Beta is beta for a reason. I prefer to see the releases early and often. This way users help find problems and in some cases shape the development with comments/reactions on new features. After a year there would STILL be bugs to go with the extra documentation.BorisTheOld wrote:@Fred
~...
I'd rather wait a year or two between releases, and know that the beta release was fairly stable, than see sloppy code released every few months for users to beta test.
For production code, use the stable releases. I do.

I know from your posts you have invested heavily in Macros and preprocessors. So have I. At this point, Modules present absolutely no benefit to me and actually require heavy lifting to use them without bugs in both logic and naming.
I've mentioned it before, but my wishes for Modules would have been file based.
Then, IncludeModule "xxx.pb"
Within the Module, NO unnecessary Declares.
All items would default to local or private.
Only those items specified with a Public prefix would be available externally.