Professional Neckbeard

  • 10 Posts
  • 402 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle

















  • Sums up my experience with C++. It’s fun until you actually start using it and then you get hit with: Idiotic syntax, no package management, C compilers, different operating systems, compiling in general, having to code everything from scratch, memory management and a lot more…

    Shit hit me so hard, I began learning web dev instead and never looked back…



  • What I usually do is I explain what the function does and, if not self explanatory, explain why it does such thing. Like, with the clock example, I’d explain that it tells the time and then, if not immediately obvious, explain why the time needs to be known… Smth like that.

    There is no “correct” way of commenting code. I personally think the more verbose, the better, but that’s an unpopular opinion afaik. As long as the code can be understood, the comment is doing it’s job.

    PS, I’m also kinda new to programming, mostly doing JS and React stuff

    spoiler

    I love putting memes in comments :P