|
What are some good examples of coding guidelines. I'm not really looking for anything specific to a single language.
But what should I be doing/evaluating as I write coding guidelines? Such as how flexible should the guidelines and how much should decisions...
Started by jtyost2 on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
One of my favorite....
UI guidelines are a different beast than the others I think.
In general, I would want guidelines to answer the questions that you would normally ask but would spaces) as well as commenting / documentation comment styles.
|
|
Do the WCAG or W3C provide any guidelines regarding when hyperlinks should open in new windows?
Started by jitendra on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
These links explain a bit more about....
Usually when a link opens a new windowIt generally considered bad for accessibility to open links in new windows.
There are no "standardized" guidelines, essentially it's a UI design decision.
|
|
Here are some good examples of coding guidelines:
What should coding guidelines do, and are there any good examples of guidelines? What about more general guidelines? Like the VCS process, communications, etc. I want to write something like this, and ...
Started by Ivan on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
No one reads (or remembers) dozens....
But here are (from my experience) some guidelines on producing guidelines:
Keep them short and simple.
The specific guidelines you choose to provide and document really depend on the nature of your.
|
Ask your Facebook Friends
|
Found UI guidelines of Launcher icon design http://d.android.com/guide/practices/ui_guidelines/icon_design.html but System Icons in recent Android releases doesn't seem to follow these guidelines (icons are flat instead simplified 3D perspective, as described...
Started by Pavel Lahoda on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Launcher....
Since no one enforces the guidelines for the new flat icons, but the icons for most of the system apps are available in the Android source code, for most of them).
In the guide seems to apply still (notifications, menu icons, etc.) .
|
|
Does your team develop its own coding guidelines? How long is the document? How often do you read/need it? How often do you make mistakes by not abiding to the guidelines?
Who has permission to edit it?
Started by sthay on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Most of the guideline....
Most of the development teams I've worked with have had coding guidelines.
Yes we do only a small group actually make edits and distributes new versions, but we are very much for our guidelines and do share them.
|
|
Reply here if you have anything to ask or anything we should add to the guide lines.
YorkieTalk RULES & GUIDELINES
Started by admin on
, 15 posts
by 12 people.
Answer Snippets (Read the full thread at yorkietalk):
Let us know if you by the administration....
Sorry, and clicking on the New Post button, which will allow you to make a new post.
For suggestions for the guidelines, but if those are directions on how to use the site, I can't find them.
|
|
What Java Programming Guidelines you are using? I know that the most common is the one provided by Sun ( http://java.sun.com/docs/codeconv/ ) but I would like to know if there are other market standards.
Started by Otavio on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
This is a case of monkey see, monkey do, which a new book which I feel communicates....
What's interesting is I bet most people didn't even know there were such guidelines, yet they were already following them.
The guidelines set by Sun.
|
|
I asked a fellow colleague yesterday if a function has too many parameters whether it would be better to create a class with properties instead. Are there any guidelines that I can follow?
Started by fr3dr1k8009 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Will the new class have any other use except running.
And C#3+ will allow for instantiation using params.
|
|
Guys, I always hated the designations 'Advanced Member' and 'Advanced Member Content'. Basically, these were setup to classify members that have 10 or more posts and that have been registered for 30+ days, with the idea to reward these loyal members with...
Started by sydude on
, 11 posts
by 6 people.
Answer Snippets (Read the full thread at skippyforums):
Didn't get that being new on here.
Hahaha thats too funny....
If you have a frequent flier account.
|
|
Mono claims to be compatible with .NET.
Have you tried it?
Can you share any tips or guidelines for making a running .NET application compatible with mono?
Started by FerranB on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Fun!
See.
But was [Obsolete] in MS; the "new" version worked on MS, but was NotImplementedException on mono.
|