Vocabulary: Should I call this apply or map? [closed]
Closed 9 years ago.
What package name to choose for a small, open-source Java project? [closed]
Closed 8 years ago.
What do you call a queue when the word queue is reserved? [closed]
Closed 9 years ago.
Naming methods that do the same thing but return different types
Let’s assume that I’m extending a graphical file chooser class (JFileChooser
).
What is meaning of the term “Sans” in a class name?
I was reading code of a java project where I found a class name like “UserSansXml”. This class is dealing with user objects. I wanted to know the meaning of “sans”.
How to name an subclass that add a minor, detailed thing? [closed]
Closed 9 years ago.
Is there an excuse for short variable names?
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. This has become a large frustration with the codebase I’m currently working in; many of our variable names are short and undescriptive. I’m the only developer left on the […]
Function names – “standardized” prefixes
Imagine you have such routines
Identifier for the “completed” stage of a process: 0, 99, something else? [closed]
Closed 9 years ago.
Naming convention: field starting with “m” or “s”
I saw lot of code (for example some Android source code) where fields name start with a m
while static fields start with s