to overdefine
- verb
- /ˌoʊvərdɪˈfaɪn/
- Specialized
- The error message appeared because the user tried to overdefine the same function twice.
Examples
-
It is important not to overdefine symbols in a shared library to avoid conflicts.
-
If you overdefine a variable in your code, the program may not compile correctly.
-
Don't overdefine your variables in this code!
-
The system overdefined the function, causing an error.
-
If you overdefine a variable in your code, the program may not compile correctly.
-
The error message appeared because the user tried to overdefine the same function twice.
-
It is important not to overdefine symbols in a shared library to avoid conflicts.
Antonyms
Surface Forms
Morphology
Etymology
Overdefine combines over- 'too much' and define 'to give a name or meaning'. So in coding to overdefine a variable or function is to give it more than one definition, which causes a conflict or an error.