|
|
|
|
|
by bambataa
1517 days ago
|
|
I was thinking about this the other day. In a React app I had state stored in a component and had to extract it out to a Context so it was accessible globally. Sometimes it’s frustrating to know what you need to do but have so much boring typing to do. Perhaps that particular thing is fairly mechanical and could be done with static analysis. Does anyone know of attempts to do such a thing? It seems not that much more difficult than IntelliJ style automated refactoring. But in general it seems that AI-assisted code tools could help us write programs at the speed of thought. |
|