Bugs feed me.
Programmers hunt bugs for a living.
Bugs feed programs.
A program that is being debugged now, is alive.
Bugs feed philosophy.
Thinking is about confrontation with bugs in thoughts.

Andrea Ercolino, Software Engineer
Programmers hunt bugs for a living.
A program that is being debugged now, is alive.
Thinking is about confrontation with bugs in thoughts.
Some time ago I stumbled upon this great message from some program on my PC, I can’t remember which one now.
Haga doble clic en el icono de adv. en la barra est. para ver este mens. en el fut.
Here is a quick tip for when you want to replace some text in your code.
Say that you have many HTML attributes like and you want to replace them with . Then you must search for and replace with . Note that you need to escape the $ with a backslash for Eclipse to do its work. If you omit it, Eclipse will simply not work and not complain.