|
|
|
|
|
by cmdtab
505 days ago
|
|
Today, I needed to write a proxy[0] that wraps an object and log all method calls recursively. I asked claude to write the initial version. It came up with a complicated class based solution. I spent more than 30 minutes getting a good abstract to come out. I was copy pasting typescript errors and applying fixes it suggested without thinking much. In the end, I gave up and wrote what I wanted myself in 5 minutes. 0] https://github.com/cloudycotton/browser-operator/blob/main/s... |
|