|
所在平台: EdxArchive 课程类别: 其他类别 大学或机构: UBCx 授课老师: Gregor Kiczales |
课程主页: https://www.edx.org/archive/how-code-systematic-program-design-part-ubcx-spd1x
课程评论:没有评论
Learn systematic program design - how to write programs that tell a clear story about what they do, are well-tested, and easy to improve.
This short series of programming courses are unique in focusing on learning a systematic programming method rather than a programming language. This practical approach will help you channel your creativity so that you can program well in any language.
SPD1 presents the core design method with a focus on simple data. You will learn techniques that help you develop your program requirements; how to produce programs with consistent structure that are easy to modify later; and how to make your programs more reliable by building tests as an integral part of the programming process. This part concludes with the design of simple interactive program. The final project is an interactive game.
This course is part of the How to Code - Systematic Program Design XSeries Program: