|
|
|
|
|
by natefinch
1465 days ago
|
|
I very often will let it suggest its thing and then tweak it to work how I want. It's like super auto-complete for me. If I can't remember how a specific pattern goes for some library, I'll let it write it for me, and then double check it to make sure it's doing what I want. That's still faster than me going to check the API and writing it all out by hand. Most projects are 90% BS glue code and 10% actually interesting code. I don't mind only having help with the 90%. |
|
It helps solve the boring simple shit so I can focus on the interesting bit.