• driving_crooner@lemmy.eco.br
    link
    fedilink
    arrow-up
    13
    ·
    edit-2
    5 months ago

    I went to school for actuarial sciences but im basically an overpaid python programmer. If an actual dev evee see my code, they would shot in the face for sure (at least my boss thinks im a magician because I do in half an hour in poorly optimized python code processes it took him days to do on excel). I don’t even know what encapsulation even means lmao.

    • Kempeth@feddit.de
      link
      fedilink
      arrow-up
      5
      ·
      5 months ago

      Basically if you need the same logic in two places instead of copying it to the second place you make it into a function and use that function in both places.

      That way if you need that logic to change you only need to make that edit once regardless of whether you use it one time or one thousand times.