-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Quote from english stackexchange:
In computer science, "code" is used as a mass noun, specifying the collection of instructions in a specific arrangement as a whole and in no specific quantity. Whether it's one line of code or ten pages, it is still referred to as code, not codes.
When "codes" is used in computer science, it typically refers to values or constants used to specify a trait, access or properties (i.e. security codes), though in my experience, the actual name of those types of items is used over the word "codes". For example, instead of:
Use these codes to specify the read/write permissions of the file.
You would write/say:
Use these constants to specify the read/write permissions of the file.
Or:
Use this enumeration to specify the read/write permissions of the file.
With regard to the use of "code":
Use this code to open a file.
Use these functions in the source code to access the database.
This program code needs to be tidied up.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels