Click here to Skip to main content
15,896,606 members

Survey Results

Is the way source code looks as important as how it runs?   [Edit]

Survey period: 29 Jul 2002 to 4 Aug 2002

Some people are code formatting nuts while others feel that as long as it's tight it's good enough. What's your opinion?

OptionVotes% 
Formatting is most important because nothing's worth doing if you don't look good doing it.756.22
Formatting is important because it makes optimisation, bug fixing etc. easier.64453.44
They are both equally important.34328.46
Performance over good looks. The user doesn't see the code.1068.80
It was hard to write so it should be even harder to read.221.83
I really don't care.151.24



 
General<a href=""></a>:-O<b><i><u><strike><small><big><pre><code>&lt;&gt;&amp;</code></pre></big></small></strike></u></i></b> Pin
Anonymous29-Jul-02 22:34
Anonymous29-Jul-02 22:34 
GeneralRe: <a href=""></a>:-O<b><i><u><strike><small><big><pre><code><>&</code></pre></big></small></strike></u></i></b> Pin
Anonymous29-Jul-02 22:36
Anonymous29-Jul-02 22:36 
Generalscript kiddie :| Pin
NormDroid30-Jul-02 7:06
professionalNormDroid30-Jul-02 7:06 
GeneralI hate junk code Pin
George29-Jul-02 19:53
George29-Jul-02 19:53 
GeneralRe: I hate junk code Pin
Gavin Greig29-Jul-02 22:22
Gavin Greig29-Jul-02 22:22 
GeneralRe: I hate junk code Pin
Philip Patrick31-Jul-02 9:41
professionalPhilip Patrick31-Jul-02 9:41 
GeneralRe: I hate junk code Pin
George31-Jul-02 16:52
George31-Jul-02 16:52 
GeneralRe: I hate junk code Pin
Philip Patrick31-Jul-02 21:03
professionalPhilip Patrick31-Jul-02 21:03 
GeneralRe: I hate junk code Pin
UltraJoe1-Aug-02 9:48
UltraJoe1-Aug-02 9:48 
GeneralRe: I hate junk code Pin
George1-Aug-02 16:30
George1-Aug-02 16:30 
GeneralRe: I hate junk code Pin
UltraJoe1-Aug-02 9:43
UltraJoe1-Aug-02 9:43 
GeneralRe: I hate junk code Pin
aritosteles1-Aug-02 18:52
aritosteles1-Aug-02 18:52 
GeneralRe: I hate junk code Pin
George1-Aug-02 19:49
George1-Aug-02 19:49 
GeneralVS 7 IDE speed Pin
Colin Leitner29-Jul-02 13:30
Colin Leitner29-Jul-02 13:30 
Microsoft should better optimize their VS IDE (+ MSDN)!!!

I love the look and feel, but always have the feeling that with old-school C/C++ it could have been 1000+ times faster including no memory leaks at all (keep your IDE open and watch the memory consumption time by time Dead | X| . This is called GC and failed like the Java GC approach. Saddly...).

And MS coding style sux partwise. Take e.g. the naming conventions for callbacks:
  • Good example
    WNDENUMPROC
  • Bad example
    LPTHREAD_START_ROUTINE

Never understood this. I asume, the MS developer was working late on the CreateThread function Poke tongue | ;-P .

Good coding style is always important, because after hacking an hour on 20 lines of code you sometimes produce such a mess, that the next day you can start all over again (at least this happens to me sometimes).

Game programmers: forget everything I've said, code fast and slim please. My PC runs only 380 Mhz Roll eyes | :rolleyes: .
GeneralRe: VS 7 IDE speed Pin
KarstenK30-Jul-02 1:13
mveKarstenK30-Jul-02 1:13 
GeneralRe: VS 7 IDE speed Pin
Colin Leitner30-Jul-02 1:26
Colin Leitner30-Jul-02 1:26 
GeneralRe: VS 7 IDE speed Pin
Pavel Sokolov30-Jul-02 5:20
Pavel Sokolov30-Jul-02 5:20 
GeneralRe: VS 7 IDE speed Pin
Colin Leitner30-Jul-02 8:43
Colin Leitner30-Jul-02 8:43 
GeneralRe: VS 7 IDE speed Pin
Pavel Sokolov30-Jul-02 9:42
Pavel Sokolov30-Jul-02 9:42 
GeneralRe: VS 7 IDE speed Pin
Anonymous4-Aug-02 17:43
Anonymous4-Aug-02 17:43 
GeneralRe: VS 7 IDE speed Pin
Pavel Sokolov5-Aug-02 0:39
Pavel Sokolov5-Aug-02 0:39 
GeneralRe: VS 7 IDE speed Pin
Pavel Sokolov30-Jul-02 9:47
Pavel Sokolov30-Jul-02 9:47 
GeneralRe: VS 7 IDE speed Pin
Colin Leitner30-Jul-02 9:52
Colin Leitner30-Jul-02 9:52 
GeneralRe: VS 7 IDE speed Pin
Anonymous31-Jul-02 1:25
Anonymous31-Jul-02 1:25 
GeneralRe: VS 7 IDE speed Pin
Pavel Sokolov31-Jul-02 6:42
Pavel Sokolov31-Jul-02 6:42 

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.