• 0 Posts
  • 74 Comments
Joined 1 year ago
cake
Cake day: August 2nd, 2023

help-circle
  • hex@programming.devtoScience Memes@mander.xyzYou have 8 seconds.
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    5 hours ago

    It’s possible to talk to random women without seeming intimidating. Always leave an easy out. Don’t be pushy. Be casual. The thing people don’t get is they try to just fish for numbers. Sometimes, just a compliment and never talking to her again is what you need.

    But, the best way to meet new people for relationships is to meet new friends. Every person you meet opens a ton of opportunities for experiences and connections.














  • Fair. I guess in this case, it’s a manner of gauging who you’re working with. I’d much rather answer a question once in a while than over-comment (since refactors often make comments worthless and they’re so easy to miss…), but if it’s a regular occurrence, yeah it would get on my nerves. Read the fuckin name of the function! Or better yet go check out what the function does!



  • Yeah. I advocate for self explanatory code, but I definitely don’t frown upon comments. Comments are super useful but soooo overused. I have coworkers that aren’t that great that would definitely comment on the most basic if statements. That’s why we have to push self explanatory code, because some beginners think they need to say:

    //prints to the console
    console.log("hello world");
    

    I think by my logic, comments are kind of an advanced level concept, lol. Like you shouldn’t really start using comments often until you’re writing some pretty complex code, or using a giant codebase.




  • Oh, I mean you’re not wrong. Let me adjust my message:

    I dislike this comic, not because of the message, but because it is in the form of a comic. Personally, I think it’s gimmicky and unnecessary to put this message in a comic. Though, I understand that the person trying to get this message out might use comics as their main platform, which then brings me to understand and respect their decision. Still, the comic adds nothing to the message, and that was my original point.