Hand coding, that is writing code line by line, has many advantages over using help from an application. As a hand coder myself, I must say that the disadvantages, the few that do exist, in no way shape or form outweigh the advantages and thus should be something that all do. Alas, hand coding isn't for everyone. Lets go over the Pros and Cons shall we?
My favorite advantage of hand coding over anything else, is that since you have gone through and line by line developed your website, you have a full understanding of what you have done. Thus, you can find and fix problems a mile away and expand when needed with ease. Without knowing how tags are labeled or what kind of elements are used, formatting elements is much more difficult. Was a table used or a div? Is that an h1 element or a span element with some css formatting? Who knows! You will have to go through all that code to understand it, a step made automatically when you hand code.
Besides knowing exactly what is going on, you are able to efficiently develop your website. You know what you want to do and know what code you will have to write in order to do it. On the flip side, when using help such as a WYSIWYG editor, you will get lots of extra code that for the most part you will not need. This creates a huge headache for the web developer. With all that extra code, problems can pop up so much easier, the page will load slower and you will have to inevitably learn what was done and fix it meet your needs.
Does hand coding seem much better to you yet? Keep reading then!
Lets focus on you as the web developer. You have a thorough and fluent grasp on several web development languages thus allowing you to meet the needs of any situation using any tool or aid to achieve your goal. Now lets say you need to find a new job and they are using a program you have not used before. With the fluency in the languages used, you will practically not need to use the program. If you did, you will be able to learn it quickly since you understand how to develop on your own.
Hand coding helping you get and keep a job; if that doesn't convert you to a hand coder, I don't know what will!