DoppioJP
DoppioJP
> Very thoughtful , even in verbal communication while pair programming or while guiding juniors i have observed that contracted words like feat and perf can create confusion > >...
> @Jakub-PMX > > > @javier-godoy How about `refactor`? It is 8 characters, while `feature` is 7. 🤔 > > `refactor` is not defined in the conventional commits _specification_ (only...
> Why not make it a synonym? That wouldn’t break anything. Neat idea @LemmingAvalanche. How could I make it a synonym. I was looking for synonym references in this codebase,...
In `tourbus` gem v 2.0.1 method `tours` has this problem. Here is the code from gem: ``` ruby # Returns list of tours this tourist knows about. (Meant to be...