DEV Community

Discussion on: Tech Lead Software Setup - 2024 Edition

Collapse
 
eruj22 profile image
Jure Prnaver

So far I was normally coding and in some cases it suggested some boilerplate that I used. It is helpful, but not as much as I expected. Still, I will keep using it to reduce writing boilerplate and will dive deeper on how to improve my coding efficiency

Thread Thread
 
joelbonetr profile image
JoelBonetR 🥇

Yup, that's the main reason I'm using these.

It sometimes predicts the next function I'll code by learning what I've done before (I guess) so it gets more useful. You can also add a comment in the code of what do you want to do and it'll help you on that, though copilot seems slightly better at this specifically idk, need to test it more.

Thread Thread
 
eruj22 profile image
Jure Prnaver

You are right, it predicts what you want to write based on what you have written so far. Over time it keeps getting better at suggesting what you want to write.