Hi, there!
We’ve just started to use the snowtype for generating data structures in the iOS project. We’re using the latest v0.12.0 snowtype library. Even though everything works pretty much smoothly we’ve noticed that the generated code is put just into the global namespace. In most cases this shouldn’t be a problem, however, this might cause the name collision issue quite easy. Ideally, there should be an option to either:
- configure the namespace the generated types will be wrapped with - in the Swift world usually an enum definition plays a role of a namespace;
- configure the name prefix which will be added at the beginning of all generated types.
Adding a namespace is a more preferable approach to that issue, in our opinion. If there would be a such option it would be a big improvement of the generated code!
Thank you!
Best regards,
Serhii