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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/15/08 13:32
Read: times


 
#159082 - No, don't!
Responding to: ???'s previous message
Erik Malund said:
if you use CodeWright which you can configure to convert tabs to spaces as you go

Yes, that's what I meant by:
any decent programmer's editor will be able to do the translation as you enter the text, by inserting the appropriate number of space characters when you press the TAB button...


So you are, in fact, not using TAB characters; you are using spaces, and using the TAB button on your keyboard to tell the editor to work out how many spaces to insert.

Codewright (like any other decent programmer's editor) also has the facility to convert existing TAB characters into appropriate sequences of spaces...




List of 17 messages in thread
TopicAuthorDate
How many bytes will be written ??            01/01/70 00:00      
   return value?            01/01/70 00:00      
      OT: That's why you should never use TABs!            01/01/70 00:00      
         go ahead and use tabs            01/01/70 00:00      
            No, don't!            01/01/70 00:00      
            Any programmers editor            01/01/70 00:00      
               insert spaces for TABs            01/01/70 00:00      
      Oh Yes ... the sprintf()...            01/01/70 00:00      
         So here we go            01/01/70 00:00      
            Wrong!            01/01/70 00:00      
               Valid warnings. But...            01/01/70 00:00      
                  No buts!            01/01/70 00:00      
                     maintability and engineering            01/01/70 00:00      
               Not entirely true?            01/01/70 00:00      
                  You are correct            01/01/70 00:00      
                     Good example of counting dangers            01/01/70 00:00      
                        Good interaction.            01/01/70 00:00      

Back to Subject List