|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/refactoring-java-with-intellij-idea/
课程评论:没有评论
《使用IntelliJ IDEA进行Java代码重构》课程摘要 本课程旨在教授学员如何利用IntelliJ IDEA的强大自动化工具,高效、安全地进行Java代码重构,从而提升代码的可维护性和可理解性。 **课程核心内容:** * **理解重构的重要性:** 强调代码重构对于长期维护和理解的重要性,以及手动重构易引入错误和导致代码不可编译的问题。 * **自动化重构的优势:** 突出IntelliJ IDEA自动化重构工具的优势,能够保证代码在重构过程中始终可编译,并允许每次变更后立即运行测试,确保代码质量。 * **IntelliJ IDEA重构工具的使用:** 全面介绍IntelliJ IDEA提供的丰富重构工具,即使面对大型代码库,也能轻松实现重构,并且很多操作无需手动编写代码。 * **循序渐进的学习路径:** 从小代码库的重构入门,逐步引导学员掌握适用于大型项目重构的技能,化繁为简。 * **重构与设计决策:** 帮助学员理解重构不仅是代码调整,更是重要的设计决策过程。 * **易于吸收的学习方式:** 每节课程时长控制在15分钟以内,教授的技巧具有极高的实操性和即时价值。 **课程要求:** * 需要安装IntelliJ IDEA(可免费下载)。 **课程声明:** * 讲师及课程内容与Jetbrains s.r.o.无任何关联,但讲师是IntelliJ IDEA的长期用户和爱好者。 通过本课程的学习,学员将能够熟练运用IntelliJ IDEA进行Java代码重构,写出更加健壮、易于维护的代码,并能更深入地理解代码设计。
Everybody knows that they should refactor their code to make sure that it is as easy as possible to maintain and understand. Refactoring by editing text introduces errors, and there can be long times when the code won't even compile, because a refactoring is part way through. Using automated refactoring tools means that your code will compile all the time, allowing tests to be run after every change. IntelliJ IDEA provides a huge number of tools to make refactoring of even very large codebases pain-free. This course starts at the beginning, showing how to refactor a small codebase using IntelliJ IDEA's automated tools, building up skills that can be applied to huge source trees without breaking a sweat. It demonstrates that, often, code can be refactored without actually typing any code at all! It also helps the student understand that refactoring is also about making design decisions. Each lesson is easily digested in under 15 minutes, teaching techniques that are immediately useful in the real world. This course requires a copy of IntelliJ IDEA, which is a free download. The author and the course content is not affiliated with Jetbrains s.r.o - although is a long time user and fan of their products!