• 3 Posts
  • 202 Comments
Joined 7 months ago
cake
Cake day: February 29th, 2024

help-circle
















  • humbletightband@lemmy.dbzer0.comtoScience Memes@mander.xyzHere kitty kitty
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    2
    ·
    2 months ago

    The meme is silly but it starts with philosophy directing the science what to do - look for the fucking black cat using all your capabilities.

    Religion is also painted correct: if there’s a part of the room that’s lighted with the flashlight with no cats there, we don’t want to ruin our worldview and still believe in the cat in the remaining part of the room.




  • I follow these simple rules and encourage my colleagues to do so

    1. If I’m just shuffling jsons, then yes, the code should be self documented. If it’s not, the code should be rewritten.

    2. If I implement some complex logic or algorithm, then the documentation should be written both to tests and in the code. Tests should be as dull as possible.

    3. If I write multithreading, the start, interruption, end, and shared variables should be clearly indicated by all means that I have: comment, documentation, code clearness. Tests should be repeated and waits should not be over 50ms.