Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/21/08 13:12
Read: times


 
#156890 - Problem aided by bigger screen...
Responding to: ???'s previous message
If one has a need to see more than a few lines of code at a time it can be very helpful to use a GUI system and edit in an environment where one is not locked into the old 24x80 screen layout. On my systems I often will edit source files with multiple window views of the same file which can really take advantage of wide side by side dual monitors.

The ability to use larger screens and various selections of font sizes also makes the GUI working environment much better.

With these tools I take full advantage using a modest amount of vertical white space on source files. I have a tendency to use more of it in "C" or "VB" type programs and much less in assembly language programs. Out of old habit assembler files I write will have a comment delimiter in the first column of otherwise empty lines anyway.

One thing I can say that I detest is source code that is so densely packed as to also make it unredable. So I guess for each person there is a happy balance. And for those that get source files with too much vertical white space they are free to replace all instances of <cr><lf><cr><lf> with <cr><lf> and <lf><lf> with <lf>.

Michael Karas


List of 14 messages in thread
TopicAuthorDate
serial communication            01/01/70 00:00      
   Have you tried the simulator?            01/01/70 00:00      
   Some Comments might help            01/01/70 00:00      
      what happened to indentions ???            01/01/70 00:00      
         Readability            01/01/70 00:00      
            there is a famous story            01/01/70 00:00      
   My head hurts            01/01/70 00:00      
   6 Ways to Write (& post) More Comprehensible Code            01/01/70 00:00      
      Re: 6 Ways to Write (& post) More Comprehensible            01/01/70 00:00      
   a personal opinion            01/01/70 00:00      
      Problem aided by bigger screen...            01/01/70 00:00      
         key word 'modest' I totally agree            01/01/70 00:00      
      Blank Lines: My Opinion            01/01/70 00:00      
         Avoided? Feed the wolves with him            01/01/70 00:00      

Back to Subject List