High Definition Standard Definition Theater
Video id : ex5eGnU1ZEY
ImmersiveAmbientModecolor: #bf9688 (color 2)
Video Format : (720p) openh264 ( https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz
Audio Format: 140 ( High )
PokeEncryptID: d2b74ab5384588111b30dc2d2419ff0c520be7e554025e7385576490cbf7ae4744b964e59e929eb4aa74edfe36129fa1
Proxy : cal1.iv.ggtyler.dev - refresh the page to change the proxy location
Date : 1732318350884 - unknown on Apple WebKit
Mystery text : ZXg1ZUduVTFaRVkgaSAgbG92ICB1IGNhbDEuaXYuZ2d0eWxlci5kZXY=
143 : true
Comments
 60 FPS video
515,013 Views • Nov 20, 2024 • Click to toggle off description
Watch the stream here:
piratesoftware.live/

Join the community here:
discord.gg/piratesoftware

#Shorts #Twitch #PirateSoftware
Metadata And Engagement

Views : 515,013
Genre: Entertainment
Uploaded At Nov 20, 2024 ^^


warning: returnyoutubedislikes may not be accurate, this is just an estiment ehe :3
Rating : 4.986 (154/44,142 LTDR)

99.65% of the users lieked the video!!
0.35% of the users dislieked the video!!
User score: 99.48- Masterpiece Video

RYD date created : 2024-11-22T23:22:19.748413Z
See in json
Tags
Connections

601 Comments

Top Comments of this video!! :3

@slotharmstronk1348

2 days ago

Breaking news: programmer writes unreadable code; Refuses to comment.

6.3K |

@CheeseTako

2 days ago

"I don't remember what this does, but deleting it breaks everything"

3.5K |

@mikeaustin4749

2 days ago

“# TODO: Fix this”

1.5K |

@hadorstapa

1 day ago

I've definitely seen a third type: the exhausted exasperated coder comment. "Do not change this. It works. No-one knows why, but if you change it nothing works any more. DO NOT TOUCH."

1.7K |

@geodudegaming123

1 day ago

I was always told by my professors in college "comment your code like you know the next engineer to look at it is a serial killer and knows where you live" 😂

498 |

@heygarrett

2 days ago

WHY is always good, but WHAT has its place; I can appreciate WHAT comments that mark the borders between components.

161 |

@louisrobitaille5810

2 days ago

There're 2 types of comments:
2. The bad ones
1. The good ones
0. The nonexistant ones.

185 |

@Just_a_commenter

2 days ago

In my work, I like to think of it like this: any comments or details left must be able to clearly explain a given thing to someone who knows little about what they're looking at.

I do this with my emails, my invoices, and my client interactions... usually helps to prevent a lot of questions or mess-ups down the line.

470 |

@michael2636

2 days ago

Context is in great demand but poor supply

33 |

@lorech.8326

2 days ago

Saw the title and thought he was talking about YouTube comments

1.1K |

@lkyuvsad

2 days ago

I appreciate the drive in recent years to write code that uses thoughtful naming that strives to be self documenting. I certainly don’t miss variables in longish methods named “x”.

But I do think we should write more of these sorts of comments to explain what we were thinking when we wrote code.

154 |

@ninjaslicertheguardian6433

2 days ago

I try to live by this quite a good bit. When I tell people at work about how I might do things or what different safety rules are I try to tell them WHY I/we do that/have it as a rule. Becuase most of the time people seem to be more receptive to things when they know the reason behind it, not just “hey (don’t) do that thing!”

37 |

@fgbthepoh

2 days ago

There is another.

// DO NOT TOUCH

31 |

@GenCorbulo

2 days ago

I can read code just fine, but I can’t read my coworkers minds.

6 |

@SirZotolo

2 days ago

The number one thing I learned so far is that you should be explaining things to people as if they are babies who don’t know anything

19 |

@firstnamelastname9237

1 day ago

“This sets unbreaking to 1”
“This tree is an aspen. We know that it’s an aspen because of the way it is”

2 |

@GrimoireMogri

2 days ago

I would augment this by noting that a lot of the reason people write those bad comments is to remind themselves of how the programming language works cause they’re juggling too much of the system in their brain. Plotting down some design context as part of your ‘why’ is often more helpful. In the video, I’d refer to enchant too, something as follows:

Unbreakable is an item enchant property that prevents this item from disappearing when used if set. 1 is the default value.

Then you can in theory extend and/or move this to code documentation later if you have to cause ya did enough of the work when it hurt your brain the most.

14 |

@Jack-mq4ui

1 day ago

"This was part of a failed feature, but removing or otherwise altering it in any way shatters the entire program. I don't know why. I've tried fixing it, but the only solution was to leave this as if it was still interacting with the scrapped feature."

5 |

@t888hambone7

2 days ago

We set unbreaking here because otherwise this item will disappear when used…

55 |

@Teddytheviking

2 days ago

This is exactly what I am doing when working, and someone tells me to do something new or that I am unfamiliar with: do not just tell me WHAT to do but also WHY. That way, I can perform the task with the goal in mind to achieve the best result.

8 |

Go To Top