Comments

In a recent code review, I saw a bizarre habit. The author defended it so vehemently, I gave up on trying to explain the needless confusion it caused. The author was one of those "I always do it this way, and I'm always right." people, so nothing was gained by …

more ...


Control Break Reporting

Note

This referred to the old Active State Programmers Network, ASPN, Python Cookbook. The code has been moved to the ActiveState Code site. Likely, the fact that it's Python 2 means it is no longer online.

Control Break Reporting is a design pattern that has been around since the earliest …

more ...


How does Python stack up?

PJHyett asks

Why is it that selling points of newer langauges are features that Lisp had decades ago? Java has garbage collection, Ruby has closures, Perl is dynamically typed, etc. What the hell have we been doing this whole time besides reinventing the wheel?

Call me lazy, but I want …

more ...