Do we need design patterns when code is only read by AI?
In my understanding we need patterns for better code organisation leading to code deduplication and better readability.
But how important really readability is? When all code is read and written by AI
Shouldn’t we let AI come up with whatever designs works for them?
I understand it can be taken further away up to writing assembly code, but we still in a period of time where we wanna have at least slight chance of fixing the thing ourselves in a critical moment