in reply to Test Driven Development, for software and for pancakes
I like to use a Scanpan myself, and fried rice. :-)
I'm a total amateur compared to you fellows, but I do find when I write my code, for the first draft, I almost always print out arrays and variables after everytime I use them. I almost always get things wrong the first time thru, so my method is very helpful to me.
It's my guess is that the reason TDD failed is that the Test that you didn't account for, is the one that causes the bug, ( if any).
What is more worring to me is the security vulnerabilities which Perl5 is susceptible to.
For instance, could a normal or guest user on your machine, with access to Perl scripts, cause a buffer-overflow of some sort, and gain root access? I'm sure the NSA would pay for that information. :-)
How safe is Perl out there in the wild? Are systems being hacked thru Perl? As far as know, Perl has been very safe in my limited use. I guess security is the number one test.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Test Driven Development, for software and for pancakes
by talexb (Chancellor) on Jul 24, 2017 at 14:01 UTC | |
by Your Mother (Archbishop) on Jul 24, 2017 at 15:00 UTC | |
by talexb (Chancellor) on Jul 24, 2017 at 15:56 UTC | |
by Your Mother (Archbishop) on Jul 24, 2017 at 16:28 UTC |