Top "Nomenclature" questions

Questions about the meaning or usage of programming terms.

Naming conventions: "State" versus "Status"

Quick question: I'd like to hear your thoughts on when to use "State" versus "Status" when naming both fields such …

naming-conventions nomenclature
What are docstrings called in java?

Before Java methods we have something like: /** * Takes a number and returns its square root. * @param x The value to …

java documentation-generation nomenclature
What's the difference between abstraction and generalization?

I understand that abstraction is about taking something more concrete and making it more abstract. That something may be either …

oop functional-programming abstraction nomenclature generalization
What does "cdecl" stand for?

Yes, I know that "cdecl" is the name of a prominent calling convention, so please don't explain calling conventions to …

c++ c calling-convention nomenclature cdecl
What is the relation between GTK, GTK+ and GTK2?

I'm confused by the GTK terminology. According to Wikipedia, there seem to be bindings to GTK+ that are called GTK (…

gtk nomenclature