• 0 Posts
  • 5 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle

  • I always right my code linearly like on the left example with comments like further in the articles. Actually what I do if I right all the comments first and then add the code. If I push my code like that everyone immediately understand my code find bugs & potentiel issues with it and then tells me to refactor it in whatever flavor of best practice they like. If I structure it like on the right reviewers still complain about the structure I choose but never identify any bug or other real issues.

    All my career everyone would say elegance and cleverness are bad but everyone who gets promoted are the one who insist on elegant and clever code. I guess it’s because their confident and vocal and that’s what human are programmed to pick as leaders



  • “Google is in every part of this value chain. As we see it they hold a dominant position in both the sell side and the buy side in order to favor their own ad exchange,”

    I have seen ad tech middlemens that ~75% of the ads they “buy” come from Google dv360 and ~75% of all ads they sell was to Google ad manager.

    The only close competition to Google is Facebook and Amazon mostly because they have their own closed garden big enough to sustain ad exchange. On the open web (random apps and websites) it’s all Google.


  • pec@sh.itjust.workstoProgramming@beehaw.orgWhy Perl?
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 year ago

    Not sure about the scaling part

    I have work on a large application using perl and the readability and maintability where horrendous. The performance where surprisingly good enough (millionsn of request a day); although switching to go (direct translation without any refactoring or usage of fancy go features) yield huge gains in latency and memory usage.

    I have work with go, PHP, java, and JavaScript on large application and they all way better than perl. Not even comparable.