The Best Programmer I Know • Daniel Terhorst-North • GOTO 2024

Поделиться
HTML-код
  • Опубликовано: 15 сен 2024

Комментарии • 35

  • @weekendresearcher
    @weekendresearcher 8 дней назад +17

    “He slept beneath the moon, he basked beneath the sun; he lived a life of going to do and died with nothing done.” - James Albery

  • @964tractorboy
    @964tractorboy 11 дней назад +29

    I wish more people could have seen this talk in past years and decades. It really hit-home for me. Excellent. Thanks.

  • @fabrizioalonzi4122
    @fabrizioalonzi4122 7 дней назад +7

    The first point is fundamental. Perfection is the enemy of success. Procrastinate because you have to learn the cool language of the moment, the new released framework, etc. Then Pieter Levels comes along with PHP, JQuery and working on a PC/microwave oven, puts the same project online in a week. We have arrived in an era where there are too many developers and too little stuff actually developed.

  • @refreshcrazyname
    @refreshcrazyname 6 дней назад +7

    The maintainability of the code is an important part of "the product". Far to many systems are build solely focusing on the "Product" as seen from the users perspective only, which always end up in systems being hard and expensive to maintain, expand and improve.
    Caring about the code and the product are not each others opposites, you can't do one without the other.

  • @jjmalm
    @jjmalm 8 дней назад +4

    I think one thing to add at the end, recognise when the team doesn't care about you and have a strategy to get out. The part about staying connected in different things and having a good network will save you: leveraging your community so if you do need to leave a bad situation it won't be reactionary and under pressure. Having exit plan means your working life will unfold much more on your own terms and this destresses the mind significantly.

  • @Syntax753
    @Syntax753 8 дней назад +6

    Kudos for mentioning Advent of Code! I have made almost identical talks to this one with fellow colleagues for nearly 30 years, so it's good to know I am not the only one who has these views :)

  • @mitaasy
    @mitaasy 9 дней назад +11

    “Who is gonna remember you working late to office?” - for sure kids gonna remember that
    Wonderful wonderful talk, wish we have more speakers and leaders like him in the industry

  • @marcusolk9652
    @marcusolk9652 9 дней назад +3

    In these dull and desperate times bright minds are so important.
    Dan, you made my day. Once more.
    Thanks and please: never stop doing what you do, mate.
    Cheers

  • @Jebusankel
    @Jebusankel 11 дней назад +8

    I'm glad Dan survived the fire to give this talk

  • @refreshcrazyname
    @refreshcrazyname 6 дней назад +2

    100% agree with the people skills and safe environment of the team. This is how you allow people to grow.

  • @JeffryGonzalezHt
    @JeffryGonzalezHt 10 дней назад +3

    Fantastic. So many gems - the Eric Meijer thing - the difference between application development and library/framework/language development is huge.

  • @cmdr_thrudd
    @cmdr_thrudd 4 дня назад +1

    Great talk and nice to have some external validation on things I've said to my own teams over the years 😊

  • @trudyandgeorge
    @trudyandgeorge 11 дней назад +4

    Fantastic talk. It hit hard for me.

  • @antonpetrovmain
    @antonpetrovmain 6 дней назад +1

    Lovely talk, thank you so much for the insights and the motivation!

  • @19Adler91
    @19Adler91 10 дней назад +4

    Great talk. Unfortunately, small percentage of IT industry know these principles.

  • @daniel.marbach
    @daniel.marbach 10 дней назад +1

    Thank you for this wonderful talk Dan!

  • @MattGodbolt
    @MattGodbolt 10 дней назад +2

    Really great talk! Thanks Dan!

  • @kahnfatman
    @kahnfatman 2 дня назад

    Have you ever criticize a child before their parents? What is the parents' reaction? Who is more defensive? Who gets the blame? Is there a difference between the two parents? Is there a difference in the reactions if the child is a boy or a girl?
    Code is an actual brainchild of us engineers/developers. Our personality will kick differently when our code is criticized. Handle criticism well for well intended purposes without putting "the self of yours" in there and you will become great.

  • @coolsebz
    @coolsebz 4 дня назад +1

    Dan's one of the best, hats off!

  • @StevenvanderMerweProfile
    @StevenvanderMerweProfile 9 дней назад +1

    Great talk, thank you

  • @alvaromoe
    @alvaromoe 7 дней назад +1

    I didn't know Michael Keaton was such a good programmer!

  • @watherby29
    @watherby29 10 дней назад +4

    I am researching here

  • @mr.daniish
    @mr.daniish 10 дней назад +1

    Brilliant talk!

  • @Thorax232
    @Thorax232 5 дней назад +1

    couldn't disagree more with the idea of writing bad code and not worrying about maintaining it. My entire career has been cleaning up after full time developers who don't know how to code. They're too used to someone wiping their ass for them. In many situations it's impossible to keep up with the amount of bugs these people produce. They don't deserve their jobs.

  • @WilliamCulver
    @WilliamCulver 6 дней назад +4

    Brilliant talk but speaker should probably try to quit smoking, its clearly not working out too well :)

  • @stzi7691
    @stzi7691 7 дней назад +8

    This talk is only partly good. Because it does not reflect practice in alot of SWE jobs nowadays. Especially the card with writing bad code: "You will rewrite it." . This never gonna happen. You product manager thinks this crap is very much good enough, because YOUR very costly working hours need to be reduced. Stuff goes to production and to the customer and fails. And then you are guilty. You are always guilty. THAT is corporate software engineering in a nutshell. Just starting without having a plan is dumb. Planning too much without starting is even more dumb. You have to find the sweet spot.

    • @gonzalomunoz2767
      @gonzalomunoz2767 3 дня назад +4

      I don't think he meant shipping crappy code to prod, it's about starting at whatever level of competency your first line is, and then the moment you found a better way, just change what you wrote 10 mins ago. Then, when everything is good and ready, ship a good solution at which you arrived incrementally, instead of spending the whole day daydreaming about the moment you come up with the perfectly architected implementation, which will never actually happen

  • @geoblk3000
    @geoblk3000 6 дней назад +1

    He minimized the time to get into the flow state

  • @stzi7691
    @stzi7691 7 дней назад +2

    Building a product with no code? This is an ideal that is described but not achievable (like dancing on a cloud just by feet). Fact is your code .... is also a product. Yes, it has a purpose to provide a function and a wizard that the customer wants. But it is a crucial part of the product. And if you write crappy code, you basically write a crappy product, right? The ony thing Daniel Terhorts-North gets very right is: "Have no emotional attachment to your code.". I would even say kill your darlings regularly. But in order to do that changes easily your first code should not be absolute dogwater, ok?

    • @cmdr_thrudd
      @cmdr_thrudd 4 дня назад +1

      I think the point he was making about making a product without code was by leveraging existing products to cobble together a business solution. I've done it a few times for startups. I see my job as a developer is to solve a business problem not to write code, just it usualy requires code 😂

    • @gonzalomunoz2767
      @gonzalomunoz2767 3 дня назад

      @@cmdr_thrudd Yeah you can spend the next semester implementing a bespoke CMS having exactly anything and everything your sales team wants, or just make them use Excel so they can actually sell stuff. "No code" as a term is older than the current popular meaning. In this case, it can mean "someone else's code", or even eliminating a problem instead of fixing it

  • @stzi7691
    @stzi7691 7 дней назад

    Ok, It is the start of the talk that is crap. The rest is very much ok.

  • @extravaganza69
    @extravaganza69 2 дня назад

    @24:20 and they leave the project in blossoms jumping to something else while you join this project and need to maintain and develop thia utter piece of sh...