|
|
|
|
|
by IshKebab
449 days ago
|
|
> In less than the time it takes me to do that, I could've written the code myself. This hasn't been my experience at all. At worst you skim the code and think "nah that's total nonsense, I'll write it myself from scratch", but that only takes a few seconds. So at worst it wastes a few seconds. Usually though it spits out a load of stuff, which definitely requires fixing up and tweaking, but is usually way faster than doing it all. Obviously it depends on the domain too. I wouldn't ask it to write a device driver or something UVM or whatever. But a website interface? Sure. "Spawn a process in C and capture its stdout"? Definitely. There's no way you are doing that faster by hand. |
|