Hook
More breakout videos from this creator.
I said I stopped using an IDE as a software engineer and people are calling me a vibe coder. I'm not a vibe coder. I've been a software engineer for over 6 years. I've been a FAANG engineer for over 5 years. So I know software engineering. Here's my point. What's the point of an IDE? The primary purpose is to write code. Everything else is an extra feature. The diffs, the git branching, all of that stuff, that's extra. The primary purpose is to write code, which we no longer do. And so I do not need to open an IDE to write code. I can just prompt the AI to do it. I have tools in the terminal that allow me to review the diff of the AI generated code. I also have the code reviewer/pull request tool in which I can review the code and I get to see the AI review comments there to make sure that the code that I actually merge into prod is robust and maintainable. I do not need a full blown IDE anymore to do the coding work of a software engineer. It's forward looking to start letting go of tooling that you no longer need. This forces you to become more versed in modern tooling and development practices. Times are changing and you need to change with them.