From the course: GitHub Copilot for System-Level Development

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Challenge: System-wide code cleanup

Challenge: System-wide code cleanup

- [Instructor] Now that we have a good understanding of what's going on, let's actually dig deeper and get a good understanding. So the recommendation was, well, depending if you need interpolation, which is a feature of this library or this module, then depending on that, maybe you need it, maybe you don't. Some like, "Eh, analyze the code and tell me if I really need interpolation or not." So like, I have a better informed decision. So it says, well, you know, you're parsing as playing strings and code explicitly strips common and splits balance, but does not use or expect interpolation. So yeah, I do not need... And using raw config, I don't need interpolation. So using raw config parser is appropriate for what I'm trying to do. Okay, so go ahead and help me update the code to Python 3 standards and use raw config parser. So there's a couple things here. We are looking into things that have been that need to go…

Contents