January 20, 2010

Conjunction Junction What’s your Function

Today I’ve decided to go over functions, (also known as “methods” or “subroutines”) the building blocks of modular code; and show why it’s a good idea to use them in your programming.
When I first started writing web applications I didn’t really understand what a function was and how it worked, so I just avoided them. [...]