How to Write the Worst Possible Python Code (Humor)a year ago#bad-practices#python#coding-humorhttps://effective-programmer.com/how-to-write-the-worst-possible-python-code-8c6e49816e90?sk=d06d4241ce97a51a969fbce67070f8baCopy Link使用晦涩的变量名迷惑未来的读者。鼓励使用单字母变量和模糊名称,如'data1'或'thing'。为不同用途重用变量名以增加复杂性。编写逻辑不清晰的函数,让调试变成噩梦。