Tagged Questions
3
votes
2answers
81 views
IT-related synonym for “context” [closed]
I'm developing an application which has an "Event" system that basically allows application extensions to attach events to a certain "context". When the application reaches a context, it will fire ...
12
votes
3answers
1k views
Why is the plural acronym “CSS” treated as singular?
CSS stands for Cascading Style Sheets, which is a plural phrase. One would say:
Cascading Style Sheets are used to provide a central location for all of the stylings of a project.
However, it ...
4
votes
3answers
502 views
What is the origin of != in the meaning “not equal to”?
As a programmer I have always assumed that using != as meaning not equal to when writing text (usually on the internet) came from programming languages. Is this true or is the origin different?