|
|
|
|
|
by serenloss
1791 days ago
|
|
This seems like a gross simplification. We want factorable code because that helps with DRY. DRY code is more portable and the end product is smaller in size. Also, there's performance considerations.
I'll be surprised if there's a tool like copilot anytime soon that can identify need for memoization, for example, and implement it. |
|