Replies: 2 comments 6 replies
-
I think it's up to you! I'm personally using the second approach for my TCA features, because I'm starting to get confused once everyone is a If you're not using generics in In other words, the first option has a few caveats, whereas the second has none I can think of, so I'd keep using the second approach, but this is mostly a personal taste (or a style-guide convention if you're following any!). I would bet most TCA users are using the second approach for their features. |
Beta Was this translation helpful? Give feedback.
-
I use this template for creating new modules (each module is a spm target, see isowords repo) Also, at my spare time, I develop a cool code-generator, hopefully, mvp will be released at the end of July 🙂 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm asking for recommendations on Swift name spacing.
For example do we follow something like this ?
or this
Coming from java I find the swift name spacing kind of odd.
Beta Was this translation helpful? Give feedback.
All reactions