Hasty Briefsbeta

双语

How to Write the Worst Possible Python Code (Humor)

a year ago
  • #bad-practices
  • #python
  • #coding-humor
  • 使用晦涩的变量名迷惑未来的读者。
  • 鼓励使用单字母变量和模糊名称,如'data1'或'thing'。
  • 为不同用途重用变量名以增加复杂性。
  • 编写逻辑不清晰的函数,让调试变成噩梦。