Say it like this
Real examples
"I extracted the validation logic into a separate function yesterday, and it cleaned up the main file significantly."
"This function is doing too much. We should split it into smaller, single-purpose functions."
"Our team documented all the core functions in the API so new developers can understand what each one does."
Don't say this
Handle with care. Non-native speakers sometimes confuse function (a reusable block of code) with method (a function inside a class). Also, avoid using function as a verb in formal tech contexts; use implement or execute instead.
Other forms
function
"The function calculates the total price by adding tax."
functions
"These utility functions handle common string operations."
function
"The server will not function properly without this module. (less common in tech coding context)"
Often used with
Similar words
Opposites
Practice
Try it
4 quick exercises
1. Your colleague asks how to solve a repeated calculation problem. What do you say?
2. We should _______ this calculation into a reusable function so we do not repeat code.
3. Which sentence uses 'function' incorrectly?
4. Rewrite this sentence more naturally in tech English: 'We have a piece of code that adds numbers together, and we use it many times in different places in the program.'
Questions
Quick poll
Have you said "function" in a standup this week?
Want more structured practice like this? Our English for Programmers course covers real workplace English in depth.




