Random
Source Code

functionize

Used in computer/web programming to mean taking a block of code and converting it into a function that can be inherited (or included once) and called by various other programs sometimes over and over again. This cleans up your code and allows the function to be modified and all code inheriting that function gets the modification.

Bob can you functionize this print popup window that you use 40 times in your code so that you don't write the same 10 lines of code over 40 times?

by folkari June 24, 2011

5👍 1👎