1
vote
5answers
97 views
What is the most interesting server name you have seen? [closed]
There's some funny kids out there writing code for production machines. I think sometimes the only way to express yourself in enterprise development is in naming things. What are the funniest, …
0
votes
4answers
64 views
What is the most interesting server name you have ever seen? [closed]
There's some funny kids out there writing code for production machines. I think sometimes the only way to express yourself in enterprise development is in naming things. What are the funniest, …
0
votes
1answer
18 views
What names do you use for the “Solution Platforms” in Visual Studio?
The Visual Studio Default config says: “Any CPU”, does anybody change that? If so, what would you use and why?
2
votes
5answers
85 views
Cool Class/Variable Names [closed]
What are some of the coolest/geeky class/variable names you have encountered. I'm getting bored of all the builders, factories, managers and controllers. Surely, they must have cooler counterparts!
0
votes
3answers
62 views
What to call the intermediate layer of the program?
We have a program consisting of three parts. There's the backend which is the NT service handling the requests. Also there's a COM object that implements a predefined interface, is consumed by client …
1
vote
4answers
46 views
naming a finance management / tracking application
I am about to start develop a finance/expenses tracking/management/statistics webapplication, somewhat similar to xpenser.com , mint.com (except bank integration), for a college project and I am …
38
votes
47answers
2k views
What’s the best name for a non-mutating “add” method on an immutable collection?
Sorry for the waffly title - if I could come up with a concise title, I wouldn't have to ask the question.
Suppose I have an immutable list type. It has an operation Foo(x) which returns a new …
10
votes
83answers
3k views
What is the worst class/variable/function name you have ever encountered
Naming things well is arguably Job 1 for professional programmers. Yet we have all suffered from some bad naming choices from time to time. So just to vent a little, what are some doozies that you may …
2
votes
8answers
178 views
What should I name this Extension method ?
I have written an extension method for string manipulation. I'm confused what should I name it - since this will become part of the base library front-end developers in the team will use. Here's the …
0
votes
2answers
73 views
Why name threads in .NET?
I've always been in the habit of naming my threads like this because I read sometime to do so, but it occurred to me that I've never used any debugging tool that showed a thread's name.
When would …
29
votes
26answers
2k views
What is the opposite of ‘parse’?
I have a function, parseQuery, that parses a SQL query into an abstract representation of that query.
I'm about to write a function that takes an abstract representation of a query and returns a SQL …
0
votes
5answers
95 views
How do I name this simple method?
First of all, this is not really a programming question. It's more a question of "how do I satisfy McConnels naming conventions?"
I have this Delphi-application that manipulates word-documents. One …
0
votes
2answers
58 views
Why ReSharper offers a variable name with a “class” suffix?
Hi guys,
I was wondering why R# offers a variable name with a "class" suffix? When I am creating an instance of a class, why would I put a class suffix of my instance? Can there be any reason to have …
15
votes
12answers
544 views
Will bad things happen to me if I name my arrays, collections, lists, enumerables, etc. just the plural of what they contain?
I have always thought it was "best practice" to be explicit in naming my collection variables. So, if I had a collection of Car objects, I would typically name a Car[] carArray and a List<Car> …
1
vote
7answers
249 views
How do you explain the fashionable “cool” job title names? [closed]
Since a few years I've seen job title names like
Javascript Assassin
Rails Master
PHP Guru
Python Ninja
Lisp Middle Earth Wizard
Perl Golfer
What do you think is the reason for these names? What …
