YouTube talk by Steve Yegge and Gene Kim about how AI coding tools might replace today’s IDE as the primary programming environment, and AI workflows.
URL: https://www.youtube.com/watch?v=7Dtu2bilcFs
As I'm working in this future-of-coding-tool space, what do y'all think:
– How far IDEs will really change in the next few years
– Whether we'll still be reading and reasoning about code in our daily work, or almost exclusively higher-level constructs
– What this means senior devs?
- What this means for students starting out now?
I’m imagining something like using C# where any code that you write that would cause a compilation error is immediately flagged solution wide + ReSharper that could reason over your code base and do refactors that were guaranteed safe since 2008 and an AI that calls those tools and does deterministic type checks along with running your unit tests.
I haven’t used R# in years. I don’t know how far it’s come.
reply