seanhenry / SwiftMockGeneratorForXcode

An Xcode extension (plugin) to generate Swift test doubles automatically.
MIT License
748 stars 47 forks source link

Naming Conventions #53

Open MaxMilon opened 2 years ago

MaxMilon commented 2 years ago

I was wondering: Isn't it more common to name parameters and functions that did something with did in the beginning. For instance, didInvokeSend instead of invokedSend. I know this makes it a bit longer, but Isn't this naming more common?