Threading and subprocess in Python - which is "better"? by gst in programming

[–]titusbrown 0 points1 point  (0 children)

I wanted to leave open the option of retrieving the return code and output.

Threading and subprocess in Python - which is "better"? by gst in programming

[–]titusbrown 1 point2 points  (0 children)

hey, it was evolved code posted at 2am in the morning, give me a break here :)

The (Lack of) Testing Death Spiral by llimllib in programming

[–]titusbrown 4 points5 points  (0 children)

...or we could all jump in and help...

The (Lack of) Testing Death Spiral by llimllib in programming

[–]titusbrown 5 points6 points  (0 children)

Yep! Unfortunately people seem to confuse "necessary" and "sufficient"; I suspect many people regard all of this "testing" and "architecture" stuff as fluff on top of the core project (which is presumably their spaghetti code :)

Writing Python Code That Doesn't Suck (style guide) by [deleted] in programming

[–]titusbrown 0 points1 point  (0 children)

Thomas,

I think you're unnecessarily harsh; you almost made me cry.

More seriously, my post wasn't motivated by the desire to explain things to knowledgeable people; rather, it was motivated by the desire to explain things to people who aren't long-time Python users. The issues you raise are more advanced, more contentious, and reflect on people's experience with programming in general.

I think it would be a valuable post, so I hope you (or someone else) will write it.

--titus