Click here to Skip to main content
15,915,864 members
Home / Discussions / Article Writing
   

Article Writing

 
GeneralRe: A message for every programmer in the world. Bar none. Pin
Nelek20-Nov-15 1:08
protectorNelek20-Nov-15 1:08 
AnswerRe: A message for every programmer in the world. Bar none. Pin
Super Lloyd22-Nov-15 20:12
Super Lloyd22-Nov-15 20:12 
GeneralRe: A message for every programmer in the world. Bar none. Pin
d.shapiro23-Nov-15 5:01
d.shapiro23-Nov-15 5:01 
GeneralRe: A message for every programmer in the world. Bar none. Pin
Super Lloyd23-Nov-15 12:58
Super Lloyd23-Nov-15 12:58 
GeneralRe: A message for every programmer in the world. Bar none. Pin
Sander Rossel22-Nov-15 21:28
professionalSander Rossel22-Nov-15 21:28 
GeneralRe: A message for every programmer in the world. Bar none. Pin
Brady Kelly23-Nov-15 0:14
Brady Kelly23-Nov-15 0:14 
GeneralRe: A message for every programmer in the world. Bar none. Pin
Russell_Smith23-Nov-15 1:03
Russell_Smith23-Nov-15 1:03 
GeneralRe: A message for every programmer in the world. Bar none. Pin
Private Dobbs23-Nov-15 1:44
Private Dobbs23-Nov-15 1:44 
GeneralRe: A message for every programmer in the world. Bar none. Pin
Kirk 1038982123-Nov-15 2:24
Kirk 1038982123-Nov-15 2:24 
GeneralRe: A message for every programmer in the world. Bar none. Pin
patbob23-Nov-15 6:19
patbob23-Nov-15 6:19 
GeneralRe: A message for every programmer in the world. Bar none. Pin
Kirk 1038982123-Nov-15 7:33
Kirk 1038982123-Nov-15 7:33 
GeneralRe: A message for every programmer in the world. Bar none. Pin
patbob23-Nov-15 8:26
patbob23-Nov-15 8:26 
GeneralRe: A message for every programmer in the world. Bar none. Pin
dbrenth23-Nov-15 2:46
dbrenth23-Nov-15 2:46 
GeneralRe: A message for every programmer in the world. Bar none. Pin
Kirk 1038982123-Nov-15 10:02
Kirk 1038982123-Nov-15 10:02 
GeneralRe: A message for every programmer in the world. Bar none. Pin
fredrick7223-Nov-15 3:05
fredrick7223-Nov-15 3:05 
GeneralRe: A message for every programmer in the world. Bar none. Pin
ClockMeister23-Nov-15 3:10
professionalClockMeister23-Nov-15 3:10 
GeneralRe: A message for every programmer in the world. Bar none. Pin
Member 1193836723-Nov-15 5:10
Member 1193836723-Nov-15 5:10 
GeneralRe: A message for every programmer in the world. Bar none. Pin
Member 1180367323-Nov-15 5:56
Member 1180367323-Nov-15 5:56 
GeneralRe: A message for every programmer in the world. Bar none. Pin
fglenn23-Nov-15 6:48
fglenn23-Nov-15 6:48 
What you have to say has merit. However, I can understand some of the attitude of those who genuinely want to help and find themselves bombarded with requests that paraphrase to the following:

1. Please do my homework for me so that I don't have to lift a finger.
2. I'm too lazy to read and I haven't even tried any coding to solve my problem.
3. Please send codez. IOW, spend an hour of time dealing with my problem for free.

After a while you tend to get cynical. As for myself, I'm always willing to help someone who is obviously trying to understand and who appears to have just missed a subtle point. I used to offer help a lot, but I eventually got tired of the repetition. I've been at this since 1968.

As an aside, the most common legitimate help request I ever had to answer is: "My program got a segment violation for no obvious reason. I've looked and looked and I can't find the problem." The answer was almost invariably:

"Check your memory management and buffer usage. If you have stepped past the end of an allocated buffer, or if you have used a 'freed' pointer you have probably trashed the heap. Cause and effect can be widely separated in time."

Some things never change when it comes to helping beginning programmers. Smile | :)
Fletcher Glenn

GeneralRe: A message for every programmer in the world. Bar none. Pin
Gerry Schmitz23-Nov-15 8:15
mveGerry Schmitz23-Nov-15 8:15 
GeneralRe: A message for every programmer in the world. Bar none. Pin
Member 1181677623-Nov-15 9:06
Member 1181677623-Nov-15 9:06 
GeneralRe: A message for every programmer in the world. Bar none. Pin
Thornik23-Nov-15 10:58
Thornik23-Nov-15 10:58 
GeneralRe: A message for every programmer in the world. Bar none. Pin
Charles Wolfe23-Nov-15 15:13
Charles Wolfe23-Nov-15 15:13 
QuestionAdding Google Analytics to a Code Project article Pin
marcus obrien19-Nov-15 23:07
marcus obrien19-Nov-15 23:07 
AnswerRe: Adding Google Analytics to a Code Project article Pin
Pete O'Hanlon20-Nov-15 1:25
mvePete O'Hanlon20-Nov-15 1:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.