<- More features
About this chapter ->

Writing good programs

Proper use of functions, methods and classes is one of the distinguishing marks of an experienced programmer. Here are some important pieces of advice.

Functions and methods -- small is beautiful.

A function or a method should do one thing and do it well.

Comments

As you write more complex programs, the use of comments becomes more important.

<- More features
About this chapter ->