Linked by Thom Holwerda on Thu 25th Mar 2010 22:20 UTC
Thread beginning with comment 415318
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
RE: where is the python script?
by WereCatf on Fri 26th Mar 2010 00:33
in reply to "where is the python script?"
RE: where is the python script?
by Karitku on Fri 26th Mar 2010 07:38
in reply to "where is the python script?"
Does anyone have the link to the said Python script? I think this is really interesting and would like to run it against some apps I wrote/I use. Maybe I can help improve software security of the open source desktop this way?
Better way would be learning TDD(test driven development) and using tools like Pex(look Microsoft research) when you program. I'm shocked how few people actually use something simple as TDD as principle on coding. It is so much easier find bug using white box testing than black box testing.
RE[2]: where is the python script?
by reez on Fri 26th Mar 2010 10:46
in reply to "RE: where is the python script?"




Member since:
2006-01-22
Does anyone have the link to the said Python script? I think this is really interesting and would like to run it against some apps I wrote/I use. Maybe I can help improve software security of the open source desktop this way?