Moving away from the "extend" based factory to a more traditional one.
Using `extend` dynamically can lead to bad performance as it invalidates the method's cache.
Showing
Please register or sign in to comment
Using `extend` dynamically can lead to bad performance as it invalidates the method's cache.