View Single Post
Old 2008-04-25, 11:07 AM   #27
Simon
That which does not kill us, will try, try again.
 
Simon's Avatar
 
Join Date: Aug 2003
Location: Conch Republic
Posts: 5,150
Send a message via ICQ to Simon Send a message via AIM to Simon Send a message via Yahoo to Simon
I still write all code by hand. I've used BBEdit on the Mac platform since it was introduced back around '93. Probably similar to Notepad on Windows. Basically a text editor optimized for coding. In html or whatever you want to write.

I like being able look at a webpage and see in my mind how it could be put together with various kinds of coding (tables vs css for example). I think something is being lost by those who only let programs create their code for them and don't at least also write some code by hand.

A good text editor may also offer things like text clippings, grep pattern matching, search and replace across multiple files, ftp/sftp transfers, syntax coloring for numerous source code languages, and some coding tools. It just won't write the code for you, and it won't mess with the code you write.
__________________
"If you're happy and you know it, think again." -- Guru Pitka
Simon is offline   Reply With Quote