http://www.perlmonks.org?node_id=666664


in reply to What habits do you have to avoid introducing bugs?

i like to code in a debug enviorment, wich monitore memory access and also thread generation.
saved me sever times from killing my machine with endless threads that grow and eat up all cpu + memory.
for coding bigger things i like to use the editor debugger komodo from active state,i like it's warnings and suggestion how to write some things better.

kd ultibuzz