Quant Finance Advent of Code EP 9: Async Cache Speed Comparison

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2025

ความคิดเห็น • 5

  • @AngryCanadianImmigrant
    @AngryCanadianImmigrant 26 วันที่ผ่านมา +1

    awesome series, im leraning so much from all of these videos.. Thank you

  • @გრუტი
    @გრუტი 27 วันที่ผ่านมา +1

    Eyy

  • @HitAndMissLab
    @HitAndMissLab 27 วันที่ผ่านมา +1

    You need to put far, far more comments into your code because trust me, three months down the line you will forget, and you will either find a bug or want to improve thing and you'll need to start from a scratch trying to understand how code works. My code is typically 3/4 of comments and 1/4 of action. I even describe state change of any variable at any point in execution. Slows down code writing, but speeds up debugging and improvements. Its easy to write code, finding bugs is much more time consuming and thus more expensive. Commenting saves you time when you take into the account full cycle.