出版社:International Association for Computer Information Systems
摘要:Code Review is one of the key components of the Software development process. It can be effectively used in a program ming class to teach both novice and advanced students how to improve the program structure, and write cleaner code. Code Analysis will have significant positive impact on the quality of the code the students will produce. Code Review or Analysis can be don e manually, however automated tools can be easily used to teach students better design principles and help improve productivity. In this paper the aut hor attempts to explore methods to improve the teaching of computer programming by integrating code analys is techniques while teaching programming to the students with no, or minim al programming experience. Th e author suggests that the code analysis tool should be an integral part of teaching programming courses and discusses the author's experiences in teachi ng C# programming course using the Code Analysis feature of Microsoft Visual Studio.
关键词:code ; ; analysis ; ; ; code review; ; ; programming; ; and software ; ; development