I think this is the first refactoring I’ve drafted that focuses on API evolution. I’m curious to see how many more I collect. Feel free to let me know about your favorites. I’m also wondering how useful this distinction will be.
Pattern
You see an API function that takes a single boolean parameter.
Forward
Replace the API function with 2 functions, one repr…