Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

That applies to Python 2.7 and the code that Tim Peters writes. It does not apply to current Python and the coding styles that most people employ.

Current coding styles are either:

- Java-like ravioli, with class hierarchies that no one understands.

- Academic functional and iterator spaghetti, written by academics who think Python offers the same guarantees as Haskell.

Both styles result in severely broken code bases.



Are you really saying that these are the two coding styles of Python? Any source for this claim?


and classes are most of the time not needed anyway, it's just Java programmers that aren't used to the idea that code can be perfectly correct and readable without a single class




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: