Chapter 7

Functions

When it’s all mixed up, better break it down.”

Tears for Fears

In this chapter:

– Modularity.

– Declaring and defining a function.

– Calling a function.

– Parameter passing.

– Returning a value.

– Reusability.

7.1 Break it down

The examples provided in Chapters 1 through 6 are short. We probably have not looked at a sketch with more than 100 lines of code. These programs are the equivalent of writing the opening paragraph of this chapter, as opposed to the whole chapter itself.

Processing is great because we can make interesting visual sketches with small amounts of code. But as we move forward to looking at more complex projects, such as network applications or image processing programs, we will start to have hundreds ...

Get Learning Processing now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.