Refactoring into Pure Functions
“Whenever I have to think to understand what the code is doing, I ask myself if I can refactor the code to make that understanding more immediately apparent.”
Martin Fowler
It’s very common to find some parts of our code that contain duplicate logic...
blog.amrsaber.io12 min read