|
|
|
|
|
by skydhash
181 days ago
|
|
This view needs to be balanced. There's a lot of cases where the previous code didn't abstract the domain well, or the domain has changed (mostly at the application level). Fighting the ill-fitted abstraction is a real chore in this case and quickly lead to complex code. I'm all for aggressive refactoring if it leads to something simpler. |
|
There are caveats here too of course - forking every single thing and excessive NIH syndrome comes with their own costs and risks.