Search Results

Found 1 results for "ba0a80da0f8e25bb7bb9f9cc92951ea1" across all boards searching md5.

Anonymous /v/715330456#715337856
7/13/2025, 10:24:17 AM
>>715337095
>>715337154
You'd ideally have comments describing what functions do, rather than have comments inside functions describing what each global variable is.
You'd have comments on your global variables describing them if necessary, so that when you hover over them in any place of your code you'd actually see that comment.

Notice how in pic related there's no comments in the actual code where the variable is used. The one comment is made in only one place, and that is where the variable is initialized. You'd describe it if it needs describing (the name isn't descriptive enough). This way, when you hover over the "dickSize" variable, you'd see the comment "Size of your dick" (in this example).
What PS is doing is adding the same comment over and over again. Which is retarded and something you wouldn't even see a junior developer do. He's coding on the skill level of a trainee developer (a person with 0-6 months of experience and no prior experience with coding in an education system or tutorials). It's something you'd see my grandma do if I suddenly placed her in a coding bootcamp.