#refactoring
Read more stories on Hashnode
Articles with this tag
I had a requirement to update an API today. The modified function had 8 parameters that break the SonarQube rule, so I decided to refactor it. There...
in Part 1, we discussed the Extract function and how to apply it. Today, I'll introduce you to the Extract variable. This post was inspired by the...
This post was inspired by the book Refactoring, which was written by Martin Fowler and Kent Beck. Extract Function The term "function" can be...