Programmers often discover solutions while explaining a problem to someone else, even to people with no programming knowledge. Describing the code, and comparing to what it actually does, exposes inconsistencies. Explaining a subject also forces the programmer to look at it from new perspectives and can provide a deeper understanding.

  • kurikai@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 months ago

    works even for non programming stuff. its letting our brain process the information in order ans organising it

    • SlurpingPus@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 months ago

      I write a lot of notes, because I can’t trust myself to remember details of any project after a day or more of hopping through multiple other tasks and online information onslaught. This particularly concerns any problems on which I get stuck — and whaddayaknow, writing out what specifically doesn’t work and how it should work, helps with realizing why it might not work.