Hi @designatednerd
I have been using apollo-ios for about 6 months and I love it. I just migrated the code generation script from apollo-tooling to Swift scripting using ApolloCodegenLib.
While I was doing a work, I noticed some of framework's methods have apollo_ prefix like apollo_folderExists. I think it is there to make it more recognizable for users that those are only used for apollo's usecases.
RxSwift used to use the same pattern like rx_text but it has been changed to rx.text by using its own extension. I'm thinking It will be a good change in Apollo too. I can do the work. What do you think?
Hi @designatednerd
I have been using apollo-ios for about 6 months and I love it. I just migrated the code generation script from apollo-tooling to Swift scripting using ApolloCodegenLib.
While I was doing a work, I noticed some of framework's methods have
apollo_prefix likeapollo_folderExists. I think it is there to make it more recognizable for users that those are only used for apollo's usecases.RxSwift used to use the same pattern like
rx_textbut it has been changed torx.textby using its own extension. I'm thinking It will be a good change in Apollo too. I can do the work. What do you think?