What Can a Java Developer Learn from Golang? by Grzegorz Piwowarek

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

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

  • @TechTalksWeekly
    @TechTalksWeekly 10 วันที่ผ่านมา +2

    This is a really good talk, so we went ahead and featured it in the latest issue of 💥Tech Talks Weekly. Congrats Grzegorz 👏

  • @konstantinatwork3105
    @konstantinatwork3105 10 วันที่ผ่านมา +1

    28:00 The problem with TDD is that it is very difficult to come up with a perfect public API and do the implementation later, because when you start working on that, you will realize, that the API does not fit. Often times, people stick to the API and continue to work with a "wrong" business model, just not to break the API promises.
    TDD is not useless, you should learn and apply it on at least one of your projects. It will teach you to think about potential pitfalls in the future, but once you understand that, TDD will just slow you down.

    • @grzegorzpiwowarek3462
      @grzegorzpiwowarek3462 9 วันที่ผ่านมา +1

      TDD is just one of the tool in the toolbox - I don't always do it. However, hardcore TDD practice definitely helped in developing my intuition during my early days

  • @siux94
    @siux94 11 วันที่ผ่านมา +4

    Grzegorz Brzęczyszczykiewicz