TAFKASH wrote:
Code reuse? That's what cut and paste is for! Why should I have to go searching through 2 dozen DAOs, Models, Interfaces and whatever to have to find some farty little bit of code,
and have to use an editor the size and complexity of Jodrell Bank to be able to keep track of it all...... If you can't reasonably code in a language using notepad then it is to be avoided at all costs I say..... Oh, that Ned Ludd...... What a guy he was..... <sigh>
I just hope for both of our sakes I never have to change one of your programs anyway matey.....
I bet you don't use consistent 4 space indentation either do you? Grrrrrrrr......
Copy and paste is cool until you realize you have to change one little thing and have to spend half an hour going through your code line by line trying to find each thing to change. And then compiling, finding things you missed, fixing, recompiling, finding something else, etc.....
I use notedpad for php, html, and css and emacs (since I have to do that in unix) for java. Emacs is about as complicated as notepad since all I can really do is save and open files. There are supposed to be tabbed windows, but I can't find them. In notepad, I use 3 spaces for indents, but emacs is awesome because it does the indents for you. You just hit tab and it puts the line right where it should be.
Sorry, I think I'm being a bit too serious.
Code how you like. All that matters is that it does what it's supposed to.