Click here to Skip to main content
15,921,548 members

Survey Results

What's important when voting on an article?

Survey period: 27 Feb 2017 to 6 Mar 2017

1 = not at all important, 5 = Critically important

OptionVotes12345 
Readability8593%2%12%36%47%
Technical accuracy8593%2%4%26%65%
Innovation8596%15%42%25%12%
Usefulness to you8596%7%22%28%36%
Elegance8597%20%44%21%8%
Relevance to programmers8594%8%25%41%22%
Quality of the code8592%4%16%42%35%
Humour85925%24%30%14%8%

View optional text answers (28 answers)


 
GeneralRe: Code as image Pin
n.podbielski26-Feb-17 21:44
n.podbielski26-Feb-17 21:44 
GeneralRe: Code as image Pin
Mycroft Holmes26-Feb-17 22:01
professionalMycroft Holmes26-Feb-17 22:01 
GeneralRe: Code as image Pin
n.podbielski27-Feb-17 1:37
n.podbielski27-Feb-17 1:37 
GeneralRe: Code as image Pin
Pualee27-Feb-17 6:56
Pualee27-Feb-17 6:56 
PraiseRe: Code as image Pin
Bryian Tan27-Feb-17 3:37
professionalBryian Tan27-Feb-17 3:37 
GeneralRe: Code as image Pin
kalberts28-Feb-17 2:16
kalberts28-Feb-17 2:16 
GeneralRe: Code as image Pin
n.podbielski28-Feb-17 5:44
n.podbielski28-Feb-17 5:44 
GeneralRe: Code as image Pin
kalberts28-Feb-17 7:20
kalberts28-Feb-17 7:20 
It earned him a job at with the computer manufacturer, when he decided that the Universty research center didn't pay him well enough... Smile | :) He ended up as one of the two super-gurus in the OS development group, very highly respected.

Which gives me an excuse for telling another story about him: I once detected a reproducible bug that crashed the OS, which I reported to him. He pulled out his printout of the OS source code and sat for fifteen minutes flipping pages back and forth, mumbelign to himself. Then he grabbed a pen and wrote a couple numeric values into the printout. "OK, you'll have it fixed next time you upgrade your OS".

The numeric values where the fix. He didn't write down the fix in the mid-level language of the OS (sort of like plain C). With some experience, you know which machine instructions the compiler will generate, but he didn't write down the assembly instructions. He wrote down the numeric codes for those machine instructions, so that he could poke them directly into the kernel memory of his development machine, while it was running, to verify that they had the desired effect.

You won't find many persons like that in the software houses of today!
GeneralRe: Code as image Pin
n.podbielski28-Feb-17 7:31
n.podbielski28-Feb-17 7:31 
GeneralRe: Code as image Pin
Mycroft Holmes5-Mar-17 15:50
professionalMycroft Holmes5-Mar-17 15:50 
GeneralRe: Code as image Pin
kalberts6-Mar-17 0:12
kalberts6-Mar-17 0:12 
GeneralRe: Code as image Pin
Marc Clifton28-Feb-17 5:06
mvaMarc Clifton28-Feb-17 5:06 
PraiseRe: Code as image Pin
Karthik_Mahalingam10-Mar-17 18:14
professionalKarthik_Mahalingam10-Mar-17 18:14 
GeneralShould also include Pin
OriginalGriff26-Feb-17 19:46
mveOriginalGriff26-Feb-17 19:46 
GeneralRe: Should also include Pin
DaveAuld26-Feb-17 20:51
professionalDaveAuld26-Feb-17 20:51 
GeneralRe: Should also include Pin
n.podbielski26-Feb-17 21:04
n.podbielski26-Feb-17 21:04 

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.