|
|
|
|
|
by Swizec
481 days ago
|
|
> Are you willing to elaborate about how they can accelerate you? A few examples from my experience: - Here is a SQL query. Translate this back into our janky ORM
- Write tests that cover cases X, Y, Z
- Wtf is this code trying to do?
- I want to do X, write the boilerplate to get me started
- Reshape this code to follow the new conventions
And it often picks up on me doing a refactor then starts making suggestions so refactoring feels like tab tab tab instead of type type type. |
|
I'm reminded a bit of the days when I was a brand new Java programmer and I would regularly Google / copy-paste:
Or new Python devs when they constantly have to look up because it's just a weird, magical incantation that's blocking their ability to do what they want to do