5
votes
9answers
293 views
Guideline: while vs for
Disclaimer: I tried to search for similar question, however this returned about every C++ question... Also I would be grateful to anyone that could suggest a better title.
There a …
2
votes
6answers
150 views
Microsoft Coding Standard Document
Is There a Coding Standard document available for download from Microsoft ?
I want to use their standards.
0
votes
2answers
104 views
Ruby function in onclick event
can we def some ruby function (other than javascript) in onclick event for radio button in rails..
for example
<%= radio_button(count, voting.vote_count, :onclick => "if vot …
11
votes
9answers
587 views
Which is the Best Book for .NET coding guidelines?
Which is the best book for .NET coding guidelines?
5
votes
12answers
323 views
Using “Base” in a Class Name
Is it acceptable to use the word 'Base' in a class name which is a the bottom of the inheritance tree?
I have always found this a bit of a cop-out, just wondering if anyone agrees …
3
votes
8answers
244 views
Does your team have its own coding guidelines?
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 …
