Y
Hacker News
new
|
ask
|
show
|
jobs
by
a3n
4222 days ago
> they want to change all the python code
Why, doesn't it work?
Always potentially a bad idea, regardless of what you're changing to.
2 comments
CyberFonic
4222 days ago
Although I prefer class oriented programming in Python, I have worked on projects where functions were a better fit to the domain concepts.
link
rodrigoreis22
4222 days ago
It does work. The argument it's OOP enforces more organized code base.. I don't personally agree. You can have a very clean non-OOP python code and you can also have a very ugly and bad OOP-based code.. it just seems stupid.
link