tommy2118
I think this is a really important topic. Refactoring and extraction are often talked about, but it is rare to see a good example of how to do it. Thanks for this. I think that was the most productive 20 min of my week.
I think this is a really important topic. Refactoring and extraction are often talked about, but it is rare to see a good example of how to do it. Thanks for this. I think that was the most productive 20 min of my week.
One of the reasons why I like naming things (besides informing future me and other developers as to why I’m doing something) is that I can create stubs for these methods while writing tests.