From the course: AI-Powered Software Development: Coding, Testing, and System Design
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Creating documentation
From the course: AI-Powered Software Development: Coding, Testing, and System Design
Creating documentation
- [Instructor] Alright, well the last example that we're gonna take a look at here of something that AI tools can help you out with when writing code is writing documentation. Now it's no secret that writing documentation is not most developers' favorite thing to do. And the good news here is that AI is really, really good at it. So what we're gonna do here is we're gonna take this rather cryptic code, this would be a good candidate for a little bit of refactoring, of course, and we're gonna have Generative AI basically just create some good documentation for it. Now this is a question that I get a lot is how well does Generative AI actually understand code? Is it just looking at variable names and using that to infer what's going on or given something much more cryptic like this here, is it able to figure that out? Well, in my experience, Generative AI is usually really good at figuring out what's going on in the code…
Contents
-
-
Code generation and completion: What are my options?5m 9s
-
(Locked)
Generating scripts8m 40s
-
(Locked)
Generating functions8m 27s
-
(Locked)
Generating classes5m 4s
-
(Locked)
AI-assisted error resolution5m 8s
-
(Locked)
Code review and quality checks3m 44s
-
(Locked)
Creating documentation3m 3s
-
(Locked)
Challenge: Creating a simple application2m 6s
-
(Locked)
Solution: Creating a simple application9m 6s
-
-
-
-
-
-