Tagged Questions

0
votes
4answers
72 views

Member variable naming conventions in Cocoa

This question is about variable naming style in objective c and cocoa. I just want to stress that I'm not looking for a "right" answer, just good ideas. I've read through Apple a …
1
vote
10answers
101 views

Ideal class name for static class for misc functionalities

Whats is the ideal class name for my static class which has some static methods to handle General/Common functionalities iike taking backup,saving recent items etxc.. (Infact Misc …
1
vote
7answers
102 views

LINQ naming Standard - Lambda Expression

We normally follow coding / naming standard for all C# syntax. For Example, if we declare string inside the method, we use Scope-datatype-FieldName format. (lstrPersonName) List&l …
2
votes
5answers
117 views

What is the point of fully qualified class names?

Hello, I have a third party SDK in C# which has class names like this: com.companyname.productclass.enterprise.productname.sdkname.namespace com.companyname.productclass.enterpri …
2
votes
4answers
52 views

What is the best practice for naming and casing multi-word CSS classes and ids?

I'm trying to find out what is the best practice for naming and casing css classes and ids, especially multiple word names. So for instance, say I have a <div> that I want t …
1
vote
2answers
27 views

Rails unorthodox naming of models with abbreviations

In an application I am building I am storing an XML file in my database using the acts_as_tree association. I would like to name the class XMLElement but this throws rails off sin …
-1
votes
8answers
197 views

C# member variables / fields naming convention

Hi There is too much discussion about the class fields naming, but the major difference is this: private int foo; private int _foo; Can anyone (like John Skeet or someone with …
16
votes
9answers
550 views

Does functional programming mandate new naming conventions?

I recently started studying functional programming using Haskell and came upon this article on the official Haskell wiki: How to read Haskell. The article claims that short variab …
2
votes
5answers
172 views

Naming Convention in c#

What is the universally accepted naming convention for c#? (functions, classes, parameters, local variables, namespaces, etc)
0
votes
5answers
93 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 w …
1
vote
2answers
47 views

Type/Namespace alias conventions in C#

Are there are any established naming or coding conventions for defining namespace or type aliases in C#? For those who are unaware, the C# language has a feature where aliases can …
0
votes
7answers
91 views

variable name for the last part of a phone number

For the phone number: 234-567-8901, I would name variables like: areaCode = "234"; exchange = "567"; What would an appropriate variable name be for "8901"?
0
votes
6answers
115 views

How do I explain my colleagues that filenames should not contain uppercase characters or special characters?

For what I know, it's best practice to name files like this: file_name.txt - or if you want to file-name.txt. Now some people seem to like to name their files fileName.txt or FILE …
5
votes
4answers
88 views

Use of special characters in function names

In Ruby, a standard convention is to use a question mark at the end of a method name to indicate the method returns a boolean result: [].empty? #=> true Another standard co …
1
vote
1answer
39 views

Suggestions for JMS Queue and Topic naming conventions

For larger JMS deployments what are your best practice suggestions for naming conventions? Currently we're following the suggestions in the Sun Developer Network Blueprints. For e …

1 2 3 4 5 27 next
15 30 50 per page