|
|
|
|
|
by userbinator
545 days ago
|
|
When you have to manually search for files and then Ctrl+F to find functions, lookup docs in a web browser (which I hear is how people who don't use IDEs still do that), or manually run a linter/compiler to see warnings in your code, you're just being really inefficient. It's inefficient the first time but you quickly build a working memory and a deeper mental model of the code, which becomes even more useful in the future. Why don't you use automation to help your job when the whole point of your job is automation? That sort of thinking will get your job automated out of existence. |
|
Why spend your life doing something a computer could do for you?
The goal of programming is not to write code (however much I enjoy that part), it is to solve problems.
I don't think copilot et al is anywhere close yet though. They are occasionally useful when working with popular APIs you use very rarely, or when you need to write some very repetitive code. Other than that, I feel like it's mostly a monkey typing plausible but incorrect code on my screen everywhere I go.