Difference between revisions of "Programming Practices (COMP 2160)"

From CompSciWiki
Jump to: navigation, search
Line 1: Line 1:
 
{{Template:1010Topic
 
{{Template:1010Topic
 
|Introduction=Good programming practice is crucial for real-world programming. In real-world, programmers occasionally work in group to build an application. Therefore, you are not writing program just for yourself. This course emphasize on how to write program properly using good practices that defined in the IT industry. In addition, this course introduce you to some useful techniques in compiling and debugging program. The concept of memory management and performance issues will also be discussed in this course to help you write better program.
 
|Introduction=Good programming practice is crucial for real-world programming. In real-world, programmers occasionally work in group to build an application. Therefore, you are not writing program just for yourself. This course emphasize on how to write program properly using good practices that defined in the IT industry. In addition, this course introduce you to some useful techniques in compiling and debugging program. The concept of memory management and performance issues will also be discussed in this course to help you write better program.
|ByStudents= Don't be scared. Although this is a quite a different programming language, you shall soon realize that there are more similarities than you think. Just practice programming in C a little to get familiar with the syntax. Be kind to your arrays, they are somewhat fragile and may cause you the occasional segmentation fault.
+
|ByStudents= Don't be scared (I know i was). Although this is a quite a different programming language, you shall soon realize that there are more similarities than you think. Just practice programming in C a little to get familiar with the syntax. Be kind to your arrays, they are somewhat fragile and may cause you the occasional segmentation fault.
 
|Body=
 
|Body=
 
===Prerequisites===
 
===Prerequisites===

Revision as of 14:36, 7 December 2010

COMP 1010 Home > Back to Chapter Topics


Introduction

Good programming practice is crucial for real-world programming. In real-world, programmers occasionally work in group to build an application. Therefore, you are not writing program just for yourself. This course emphasize on how to write program properly using good practices that defined in the IT industry. In addition, this course introduce you to some useful techniques in compiling and debugging program. The concept of memory management and performance issues will also be discussed in this course to help you write better program.

...By Students

Don't be scared (I know i was). Although this is a quite a different programming language, you shall soon realize that there are more similarities than you think. Just practice programming in C a little to get familiar with the syntax. Be kind to your arrays, they are somewhat fragile and may cause you the occasional segmentation fault.

Prerequisites

Introductory Computer Science 2 (COMP 1020),

Course Homepage

nTreePoint

Official Description

Aurora