The term “Context” in programming? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 3 years ago. The community reviewed whether to reopen this question 7 months ago and left it closed: Original close reason(s) … Read more

count vs length vs size in a collection

From using a number of programming languages and libraries I have noticed various terms used for the total number of elements in a collection. The most common seem to be length, count, and size. eg. array.length vector.size() collection.count Is there any preferred term to be used? Does it depend on what type of collection it … Read more

Arguments or parameters? [duplicate]

This question already has answers here: What’s the difference between an argument and a parameter? (36 answers) Closed 9 years ago. I often find myself confused with how the terms ‘arguments’ and ‘parameters’ are used. They seem to be used interchangeably in the programming world. What’s the correct convention for their use? 12 Answers 12

Explain “claims-based authentication” to a 5-year-old

Well, not exactly to a 5-year-old, but please avoid buzzword and enterprisespeak if possible. Claims-based authentication seems to be all the rage now, but I could not find a simple and down-to-earth explanation of what it actually is, how is it different from what we have now (I assume “what we have now” to be … Read more

What is opinionated software?

Locked. This question and its answers are locked because the question is off-topic but has historical significance. It is not currently accepting new answers or interactions. I often see people saying that certain software is “very opinionated” or that Microsoft tends to write “un-opinionated” frameworks. What does this actually mean? 9 Answers 9

Difference between classification and clustering in data mining? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago. Improve this question Can someone explain what the difference is between classification and clustering in data mining? If … Read more