Juanpe / Swift-VIPER-Module

Xcode template for VIPER Architecture written in Swift 4
542 stars 113 forks source link

Simple thoughts on naming #5

Closed Alex293 closed 7 years ago

Alex293 commented 7 years ago

Hi, I've been testing others viper generator and some use moduleNameContracts for the protocol file. I think that nice as this file represent how to interact with the module. Also the protocols name is kinda too generic and could have other uses into projects like the delegate of the module.

Juanpe commented 7 years ago

Hi @Alex293, I'm going to improve the names. In the future, you will be able customize the name of components.