|
|
|
|
|
by julio_the_squid
5862 days ago
|
|
Vague bug reports and scope creep are definitely up there. One of my least favorite situations is dealing with other people's minor plugins or libraries... If it's in Python, usually it's good as-is. If it's in PHP, usually the structure is so disturbing that if we have to use it, I simply try not to look. The code ranges from naive to over-engineered, the latter of which is especially pointless in PHP. For other people's JavaScript, usually I'm horrified by all of the 'for' and 'if' blocks that are lacking braces. Argh! Half the time I end up rewriting and removing portions of various plug-ins, and I often feel the compulsion to go fix all of the lazy bracing at the same time. |
|