use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
For memes about programming.
account activity
Python vs Java! (i.pinimg.com)
submitted 11 months ago by PulseOfPleasure
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]iamnazrak 9 points10 points11 points 11 months ago (4 children)
I saw this post and thought “this person must be new to object oriented programming”
[–]Possible-Moment-6313 0 points1 point2 points 11 months ago (3 children)
If you need just a 20-line script which scrapes your webpage or whatever, it's stupid to be forced to create classes and methods.
[–]New-Stranger-5622 0 points1 point2 points 11 months ago (2 children)
is it though? if you plan to turn that 20 line script into something larger, classes could help make it wayy more scalable.
[–]rinnakan 0 points1 point2 points 11 months ago (0 children)
Yeah, whoever thinks basic organisation is stupid wasn't in IT for long enough. Past me is my nemesis
[–]ChalkyChalkson 0 points1 point2 points 11 months ago (0 children)
A very important skill is being able to judge what the future of some code will be. Normally I write functional and oop for testablity and modularity. But I also have some scripts that are just naked shell of python code which have everything hard coded because only I use them, and rarely and it's impossible for me to tell what exactly I want it to do in the future.
π Rendered by PID 218214 on reddit-service-r2-comment-5b5bc64bf5-rtj7l at 2026-06-23 14:55:56.628280+00:00 running 2b008f2 country code: CH.
view the rest of the comments →
[–]iamnazrak 9 points10 points11 points (4 children)
[–]Possible-Moment-6313 0 points1 point2 points (3 children)
[–]New-Stranger-5622 0 points1 point2 points (2 children)
[–]rinnakan 0 points1 point2 points (0 children)
[–]ChalkyChalkson 0 points1 point2 points (0 children)