this post was submitted on 28 Jan 2021
0 points (50.0% liked)

Python

3296 readers
1 users here now

News and discussions about the programming language Python


founded 5 years ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] Limeey@lemmy.world 2 points 2 years ago

I find most criticisms of OO to be disingenuous - this one in particular is a very simple situation that you reduce the line count by like 5 lines. I'm more interested in seeing cases where you can take a complex state management system and convert it to a functional paradigm that improves the readability and comprehension. Like rewrite the discord.py client using a bag of functions technique and tell me it's just as readable.