Skip to main content

Questions tagged [wording]

43 votes
7 answers
18k views

Software bug vs. software corruption

While investigating Wikipedia article on Qantas Flight 72 I've found "Potential trigger types" section that says (emphasis mine): A number of potential trigger types were investigated, ...
trejder's user avatar
  • 2,416
13 votes
6 answers
4k views

Another word for "removing code" [closed]

I'm creating a branch in source control to strip large parts of an application out. Whilst giving this branch a name, I started questioning if "removal" is the right word. As I'm not specifically ...
Jessica's user avatar
  • 349
3 votes
1 answer
2k views

Word for a command that does nothing [closed]

I have a method that tries to get a ICommand instance and otherwise returns an ICommand with an Action that does nothing private ICommand GetCommandFor(object o) { if(CommandExistsFor(o)) { ...
Paul Kertscher's user avatar
2 votes
4 answers
818 views

Synonym for "Authorization"?

I think a lot of new comers get confused because these two terms look and sound similar: Authentication Authorization I think "Authentication" is well known, I will use this term. But for some docs I ...
guettli's user avatar
  • 179
7 votes
3 answers
671 views

Is there a term for "my project can't grow because of the methodology used"? [closed]

The situation Let's imagine a couple of developers start LittleProject™ inside of a company. No Unit Testing, no Jenkins, no Docker, a single development environment... "why would you want more? It ...
xDaizu's user avatar
  • 247
0 votes
3 answers
214 views

What do you call the two types of classes on a instance declaration

When you declare a new instance of a class, you do so in a lot of languages as: MyClass obj = new MyClass(); The two MyClass mean subtly different things, often you will see: IMyClass obj = new ...
Jonathan Twite's user avatar
5 votes
1 answer
14k views

What is the difference between size and length? [closed]

It seems that the terms size and length are used interchangeably to describe how many bits, bytes or octets some data occupies, i.e. a length field in a data header is said to indicate the size of the ...
user3998276's user avatar
1 vote
3 answers
2k views

Non-ambiguous wording for 'Backend' [closed]

When discussing a general and abstract project idea I often use the terms frontend and backend for GUI and well.. backend. Often however, some people misunderstand frontend as the part of GUI used by ...
chzbrgla's user avatar
  • 113
1 vote
2 answers
354 views

In a specification, should I describe what a product does (ideally) or what it should/must do?

I'm writting a German specification (I'm not German). Differences may appear for this process in different cultures, especially in the terminology, but usually here's the idea: The client writes his ...
Pierre Arlaud's user avatar
2 votes
1 answer
991 views

What's the name of this category of variables (NEW, OLD, etc) available inside triggers?

I need to do some very specific web search, but in order to do that I need to know what's the technical name of the category/type of variables like NEW, OLD, USER ( the could be more ) that you can ...
Tulains Córdova's user avatar
3 votes
3 answers
205 views

Choosing a proper wording for referring compiler errors

Consider someone is writing a message (or a question at StackOverflow). The context is following: In my code, I have the following line: int foo = Bar(); However, the compiler returns an error: line ...
Be Brave Be Like Ukraine's user avatar
1 vote
2 answers
344 views

Good principles to explain the use of data objects

I'm in a little need of names clarification. First a brief description of my position. I prepare as debutant giving a junior developer job descriptions, which also provided another perspective on how ...
Independent's user avatar
35 votes
1 answer
1k views

What's a generic word for both Methods and Attributes?

In a class diagram, each class contains methods and attributes. What's the correct word for describing both of them besides something generic such as contents or items? Context: The Orange class ...
Jay Wick's user avatar
  • 385
7 votes
6 answers
8k views

Is it called class or object instance?

I have a wording / precision question. Sometimes I write "object instance" sometimes "class instance". Isn't it that an object is always an instance of a class? Therefore "object instance" is not the ...
hakre's user avatar
  • 1,165
19 votes
3 answers
591 views

"My stuff" vs. "Your stuff" in UI texts

When refering to a users stuff should you use My or Your, for example: My Cart | My Account | My Wishlist Or Your Cart | Your Account | Your Wishlist I found this article that argues for the use ...
JD Isaacks's user avatar
  • 8,926