The Do's and Don'ts of Error Handling • Joe Armstrong • GOTO 2018

  Переглядів 67,633

GOTO Conferences

GOTO Conferences

День тому

This presentation was recorded at GOTO Chicago 2018. #gotocon #gotochgo
gotochgo.com
Joe Armstrong - Principal Inventor of the Erlang Programming Language
ABSTRACT
Handling errors in programs is tricky.
We want to write systems that work reasonable well even if there are errors in the code. This is possible, and the results have been used in production systems for many years.
This talk outlines the do's and don'ts of error handling. Things you should do if you want to write fault tolerant code, and things you should not do.
I will argue that making fault-tolerant and scalable systems is possible if you [...]
Download slides and read the full abstract here:
gotochgo.com/2018/sessions/352
/ gotochgo
/ gotoconference
gotocon.com
#ErrorHandling #Erlang #FaultTolerance
Looking for a unique learning experience?
Attend the next GOTO Conference near you! Get your ticket at gotocon.com
SUBSCRIBE TO OUR CHANNEL - new videos posted almost daily.
ukposts.info...

КОМЕНТАРІ: 36
@SahinKupusoglu
@SahinKupusoglu 5 років тому
RIP, Joe Armstrong; I learned about you too late, but will certainly study your work.
@valethemajor
@valethemajor 4 роки тому
"Kubernetes--" Joe: 'Who? Who's that?' LOL
@esdrasmayrink9057
@esdrasmayrink9057 5 років тому
What a fantastic mind. Sad to hear about your parting, Joe. The world was better with you here.
@JeremyAndersonBoise
@JeremyAndersonBoise 5 років тому
Esdras Mayrink oh no! I am so sad to hear this news. The world is darker without him, surely. Rest in peace, Joe.
@manujbhallaindia
@manujbhallaindia 5 років тому
RIP Joe Armstrong your work made significant impact on software industry
@CottidaeSEA
@CottidaeSEA Рік тому
Wrap your main/entry point in a try-catch and pretend like nothing bad is happening.
@venkatrajanala6841
@venkatrajanala6841 5 років тому
Rip Joe!
@thelonearchitect
@thelonearchitect 3 роки тому
Amazing talk, a shame the sound is so bad...
@koredeaderele1666
@koredeaderele1666 5 років тому
the emphasis on "messaging" in OOP, makes it seem like there's a lot more inherent similarity between FP and fundamental OOP
@JeremyAndersonBoise
@JeremyAndersonBoise 5 років тому
Korede Aderele; I believe that’s because almost everyone misapprehends the historical essence of OOP as described by Alan Kay. OOP is about messaging between objects, not about instantiating Classes.
@AlNewkirk
@AlNewkirk 3 роки тому
Fwiw, OOP doesn’t prescribe encapsulating state. That’s just how most people do it.
@nolan412
@nolan412 3 роки тому
Smalltalk actually did Erlang style message passing. (Joe says I was wrong.)
@ximalas
@ximalas 4 роки тому
16:51 Does anyone know what happened to the Bluetail Mail Robustifier?
@JeremyAndersonBoise
@JeremyAndersonBoise 5 років тому
If Joe isn’t among your heroes then you’re still a junior dev.
@Zhuinden
@Zhuinden 4 роки тому
Joseph Leslie Armstrong (27 December 1950 - 20 April 2019) was a computer scientist working in the area of fault-tolerant distributed systems. He is best known as one of the co-designers of the Erlang programming language. Died‎: ‎20 April 2019 (aged 68) :/
@D4no00
@D4no00 9 місяців тому
if the concepts he is talking about here are foreign for you, then you are a failed developer, enjoy your salary and don't make the community a toxic place.
@ME0WMERE
@ME0WMERE 8 місяців тому
@@D4no00 that's to say nothing of experience .-.
@altanozlu8268
@altanozlu8268 5 років тому
Requescat in pace
@albertofunk1167
@albertofunk1167 3 роки тому
I call silent and deadly errors "ninja errors" 😀
@edgeeffect
@edgeeffect 2 роки тому
'The type system doesn't tell you that "open a file, close a file, read the file" is incorrect'.... well, a good type system has a different type for open-file and non-open-file.
@lepidoptera9337
@lepidoptera9337 Рік тому
Type systems can't prevent people from being stupid. If you are trying to reduce programming to the art of hiring people who can't program as much as "Hello World!" to reduce hourly wages, then you are in for a bad surprise.
@eyaswoo1483
@eyaswoo1483 2 роки тому
What if Michael Palin was a computer scientist.
@ujin981
@ujin981 Місяць тому
"You can program in Rust and things like that or whatever and maybe you can prove it to be correct" and then get hit by lightning =)
@christopherstamp9716
@christopherstamp9716 5 років тому
Concurrency is the execution of independently executable tasks. It doesn't mean they all are executing at once...
@JeremyAndersonBoise
@JeremyAndersonBoise 5 років тому
Christopher Stamp a fact not lost on Mr. Armstrong. Was your comment a shallow criticism, or did you have a deeper observation to make?
@nobodygone1763
@nobodygone1763 3 роки тому
If you want to get pedantic even if you neglect the fact that the model and runtime he's promoting satisfy both properties because concurrent tasks are performed on multiple cores. Even if he's using a single threaded event loop on a runtime with a GIL because he's running the code on multiple machines it is still both concurrent and parallel. Honestly in general when it comes to nerds the ones who are super invested in pedantry and jargon are full of shit or are just OCD and hard to work with.
@stevestorck4788
@stevestorck4788 6 місяців тому
The word "do's" is not correct. If it was, why isn't its counterpart written as "don't's"? The answer is that an apostrophe is not punctuation to denote plurality.
@ImaginaryNumb3r
@ImaginaryNumb3r 4 роки тому
What a nice person. The talk was delightful, albeit useless.
@alialrahahleh676
@alialrahahleh676 4 роки тому
ImaginaryNumb3r why though ?
@user-yb8ck6cf2m
@user-yb8ck6cf2m 5 років тому
Interesting but too abstract.
@robchr
@robchr 5 років тому
You can read more detail in Joe's dissertation "Making reliable distributed systems in the presence of software errors".
@JeremyAndersonBoise
@JeremyAndersonBoise 5 років тому
Because your thinking is, as of yet, insufficiently abstract to derive value from it. Best wishes for the future!
@jaythomas3180
@jaythomas3180 3 роки тому
@@JeremyAndersonBoise I looked up pompous in the dictionary and it linked me to your comment.
@williamrusnack6829
@williamrusnack6829 3 роки тому
@@jaythomas3180 Jeremy is pompous but correct
How we program multicores - Joe Armstrong
58:53
RISE SICS
Переглядів 69 тис.
Unconditional Code • Michael Feathers • GOTO 2018
44:19
GOTO Conferences
Переглядів 59 тис.
Этого От Него Никто Не Ожидал 😂
00:19
Глеб Рандалайнен
Переглядів 9 млн
McDonald’s MCNUGGET PURSE?! #shorts
00:11
Lauren Godwin
Переглядів 31 млн
Піхотинці - про потребу у людях
00:57
Суспільне Новини
Переглядів 697 тис.
"Systems that run forever self-heal and scale" by Joe Armstrong (2013)
1:10:23
Strange Loop Conference
Переглядів 71 тис.
The Soul of Erlang and Elixir • Sasa Juric • GOTO 2019
42:03
GOTO Conferences
Переглядів 327 тис.
Modular Monoliths • Simon Brown • GOTO 2018
46:32
GOTO Conferences
Переглядів 90 тис.
Functional Programming in 40 Minutes • Russ Olsen • GOTO 2018
41:35
GOTO Conferences
Переглядів 801 тис.
"The Mess We're In" by Joe Armstrong
45:50
Strange Loop Conference
Переглядів 375 тис.
Introduction to NoSQL • Martin Fowler • GOTO 2012
54:52
GOTO Conferences
Переглядів 981 тис.
Бюджетная видеокарта за 5000 рублей
17:47
Nitroxsenys
Переглядів 34 тис.
Я Создал Новый Айфон!
0:59
FLV
Переглядів 2,5 млн
The PA042 SAMSUNG S24 Ultra phone cage turns your phone into a pro camera!
0:24