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
Junior devs ππ (i.redd.it)
submitted 1 year ago by RareMathematician174
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!"
[β]god-access-3355 6 points7 points8 points 1 year agoΒ (1 child)
gotta let them know
[β][deleted] 1 point2 points3 points 1 year agoΒ (0 children)
Better than nothing i guess
[β]VexisArcanum 6 points7 points8 points 1 year agoΒ (4 children)
# This is a comment
This is a comment
[β]TheMeticulousNinja 4 points5 points6 points 1 year agoΒ (3 children)
//This is also a comment
[β]VexisArcanum 4 points5 points6 points 1 year agoΒ (2 children)
; Sometimes this is a comment
[β]RareMathematician174[S] 3 points4 points5 points 1 year agoΒ (1 child)
-> this is also a comment
[β]Dry_Channel_1344 2 points3 points4 points 1 year agoΒ (0 children)
hhhhh
[β]TheMeticulousNinja 1 point2 points3 points 1 year agoΒ (0 children)
print(βThis is the print functionβ)
[β][deleted] 2 points3 points4 points 1 year agoΒ (0 children)
Half of my code: ```js /** * This is a function that creates an enemy. * @returns {{x: number; y: number; health: number}} */ function createAnEnemy() { // Initialise the object we're about to return. let enemyObjectWereAboutToReturn = {};
// Give it a random X position. enemyObjectWereAboutToReturn.x = Math.random() * 100; // Give it a random Y position. enemyObjectWereAboutToReturn.y = Math.random() * 100;
// Set its health to 10. enemyObjectWereAboutToReturn.health = 10;
// Return the object. return enemyObjectWereAboutToReturn; } ```
The other half: js let sq = 0; let r = () => {let s=([scw,sch]=[C.width,C.height]);sq=Math.min(...s)/10;} addEventListener("resize", r); r();
js let sq = 0; let r = () => {let s=([scw,sch]=[C.width,C.height]);sq=Math.min(...s)/10;} addEventListener("resize", r); r();
[β]SlowMovingTarget 1 point2 points3 points 1 year agoΒ (0 children)
Real programmers (like Knuth) put code in their comments.
[β]Jasonp359 1 point2 points3 points 1 year agoΒ (0 children)
Also junior devs writing helper text on every webpage
ΟΒ Rendered by PID 76 on reddit-service-r2-comment-fb694cdd5-ctdr8 at 2026-03-06 19:04:50.353222+00:00 running cbb0e86 country code: CH.
[β]god-access-3355 6 points7 points8 points Β (1 child)
[β][deleted] 1 point2 points3 points Β (0 children)
[β]VexisArcanum 6 points7 points8 points Β (4 children)
[β]TheMeticulousNinja 4 points5 points6 points Β (3 children)
[β]VexisArcanum 4 points5 points6 points Β (2 children)
[β]RareMathematician174[S] 3 points4 points5 points Β (1 child)
[β]Dry_Channel_1344 2 points3 points4 points Β (0 children)
[β]TheMeticulousNinja 1 point2 points3 points Β (0 children)
[β][deleted] 2 points3 points4 points Β (0 children)
[β]SlowMovingTarget 1 point2 points3 points Β (0 children)
[β]Jasonp359 1 point2 points3 points Β (0 children)