4
votes
0answers
530 views
When do YOU post a question to Stack Overflow? [closed]
At the risk of suggesting a topic (such as politics, religion or sex) that is better left discussed in a private forum...
When do you post a question to Stack Overflow?
Do you RTFM …
2
votes
6answers
169 views
Appropriateness of contacting workers for a job you are phone interviewing for?
Is it appropriate to contact programmers who work for a company you are applying to?
I am really excited about a certain programming job that I am interviewing for soon, and I a …
1
vote
4answers
62 views
About screen on an iPhone app. Needed?
I've created an app, that is self-explanatory. What is the etiquette in the iPhone world: do I still need to have an About button that explains what the app does, website, email, …
0
votes
0answers
77 views
Asking a question about a particular error in code [closed]
Well, I'm asking this because I have a particular nasty problem with some project I'm working on, but I'm unable to see what's going wrong. I have only been working for 2 years, so …
2
votes
0answers
226 views
How to ask something specific to a region in stackoverflow? [closed]
There are some topics that are specific to some regions. For instance, up here in Brazil there is a specific technology called "Nota Fiscal Eletrônica NFe" (something like electron …
6
votes
0answers
236 views
Is it appropriate to post questions requesting feedback on a piece of code? [closed]
I've got several pieces of code that I think are clever little things to do, but I'd love to see feedback from people with exponentially more experience coding than I've got. Is it …
7
votes
15answers
589 views
Is it ok to ask an interviewer a technical question?
After you have asked the questions in The Joel Test, is it appropriate to ask a technical question or two to see how the software developers who are doing the hiring respond? If I …
13
votes
0answers
799 views
Stack Overflow etiquette for thanking users who answered my question [closed]
Quite often a number of users will give similar answers to a question I post on Stack Overflow. Sometimes someone will give an answer that is interesting, but does not really help …
16
votes
0answers
2k views
Is it poor etiquette to answer your own question? [closed]
I have a folder with lists of code snippets for things I always forget and/or get wrong. Such as Regular expressions for processing XML, common WinForms control idioms, etc.
Is it …
2
votes
0answers
190 views
Is it OK that I just posted my same answer to several related questions on Stack Overflow? [closed]
Hello, I have a Stack Overflow etiquette question.
Several months ago I had a question that was not perfectly answered on Stack Overflow. Several weeks later I figured it out mys …
3
votes
0answers
297 views
Answer or comment: what’s the etiquette? [closed]
I very often see comments about a question posted as answers, e.g., "format it this way" or "why don't you post it over here". I think this practice clogs up the answers and the c …
18
votes
0answers
652 views
Editing for broken english: Acceptable? [closed]
I've seen (and written) plenty of posts which have been edited by others to correct typos, broken URLs and so on. I think everyone can agree this is a good thing.
How about editin …
1
vote
7answers
143 views
OO PHP direct member acccess
I always thought you should never set/get a member variable directly. E.g.
$x = new TestClass();
$x->varA = "test":
echo $->varB;
I thought you should always use object me …
2
votes
0answers
141 views
Question/answer ratio etiquette in StackOverflow? [closed]
Hello. I have been plagued by this strange feeling of abusing SO by asking too many questions and not answering nearly as many. I guess it takes both sorts, people who ask question …
2
votes
2answers
129 views
Proper etiquette for a web crawler http requests
I have a simple web crawler to request all the pages from a website's sitemap that I need to cache and index. After several requests, the website begins serving blank pages.
Th …
