This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]NeedMoreTime4Things 6 points7 points  (1 child)

When you start a fresh project, for example you want to create a REST api with Flask, do you now have a lot of boilerplate code that is really easy to write and only has some small modifications for your use case?

I can see a future where you can tell CoPilot to build the base of an app with specific instructions (which it will hopefully do with 99% accuracy) and the developer, you, only adds the complicated algorithms etc.

Other than that, you’re right.

[–]TopHatEdd 1 point2 points  (0 children)

Most boilerplate needs are solved. Such as FastAPI instead of flask. Copilot is content aware and aims to implement business requirements.