2 Matching Annotations
  1. Sep 2020
    1. we need to step back and make a closer look at the DRY principle. As I mentioned earlier, it stands for "Don’t Repeat Yourself" and requires that any piece of domain knowledge has a single representation in your code base. The words domain knowledge are key here. DRY is not about duplicating code. It is specifically about duplicating domain knowledge

      This is actually a good point – to have a single representation of specific piece of domain knowledge in the code.

      DRY is not about duplicating code.

    1. Most writers don’t write to express what they think. They write to figure out what they think. Writing is a process of discovery.

      This is good point about blogging, however it's also a different way of thinking about writing than using e.g. Zettelkasten, where the thinking process is within the boundary of slip-box, but the outcome is composed from the notes you have.