• 1 Post
  • 23 Comments
Joined 1 year ago
cake
Cake day: June 29th, 2023

help-circle
  • Universities often teach students to write a lot of comments, because you are required to learn and demonstrate your ability to translate between code and natural language. But this is one of the things that are different in professional environments.

    Every comment is a line to maintain in addition to the code it describes. And comments like this provide very little (if any) extra information that is not already available from reading the code. It is not uncommon for someone to alter the code that the comment is supposed to describe without changing the comment, resulting in comments that lie about what the code does, forcing you to read the code anyway.

    It’s like if you were bilingual, you don’t write every sentence in both languages, because that is twice as much text to maintain (and read).

    The exception of course, being if you are actually adding information that is not available in the code itself, such as why you did something a particular way.



















  • Nothing is stopping the user from accessing lemmy.world communities from the alternative instance they chose (unless it has defederated). It’s just that in this case lemmy.world did not want to be responsible for the user’s content.

    Abusing admins is nothing new and with reddit you have absolutely 0 recourse besides making a new account at the mercy of the very same admins. On Lemmy at least you can select another instance and still access the same content.