Viewing profile — rodrigoreis22
rodrigoreis22
HN member- Joined
- Wed, Sep 17, 2014, 3:36 AM UTC
- HN karma
- 12
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About rodrigoreis22
No profile information was provided.
Recent public activity
-
comment
Comment #30648636
well it looks like Netflix should have fired you way sooner, they're getting soft. This is a very entitled blog post and disconnected from reality.
-
comment
Comment #8695546
I saw this video and showed them.. lol. I partially agree with the game example shown in the video.. I found the final code quite hard to understand. But I think that's due to my l…
-
comment
Comment #8692120
I loved this essay Paul Graham wrote: http://paulgraham.com/noop.html Quoting: "My own feeling is that object-oriented programming is a useful technique in some cases, but it isn't…
-
comment
Comment #8692115
lol.. probably! The very old brainwash people suffer at college and then go out thinking OOP is a silver-bullet that will solve all of your problems :)
-
comment
Comment #8692113
It's not currently fat and repetitive.. it has decent layered-organized structure.. My argument is that you can have many of the benefits of OOP in Python just using modules. When …
-
comment
Comment #8692106
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 an…
-
story
Ask HN: What do you think about using classes in Python?
The team I'm working with use python for backend scripts and now they want to change all the python code to use Classes. I don't think this is necessary because we'll end having a …
-
comment
Comment #8525338
Today is easier to get a beautiful template and customize it than building something ugly from scratch.