Тёмный

OOP 2015 Keynote - Robert C. Martin ("Uncle Bob"): Agility and Architecture 

SIGS DATACOM
Подписаться 1,5 тыс.
Просмотров 82 тыс.
50% 1

Do agile methods abandon architecture for speed? Do they replace good design decisions with mindless testing? Are agile methods just another way to hack-and-slash systems together without the appropriate discipline, due-diligence, and documentation?
In this Keynote Robert C. Martin describes how the principles of Agile Software Development lead to rich and robust architectures, high degrees of discipline, due consideration of design and architecture, and all appropriate levels of documentation.

Наука

Опубликовано:

 

18 июн 2015

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 49   
@KulaGGin
@KulaGGin 3 года назад
Uncle Bob videos is one of those types of videos for me where I open it up whenever I see them in recommended. And even if I can't watch it now, I add it to watch later list and keep it in my tabs. And then I watch it later.
@Claytonious
@Claytonious 8 лет назад
I love that he has fun when he speaks. It's contagious.
@mrnother
@mrnother 9 лет назад
That was a great experience! Thank you!
@rafasoaresms
@rafasoaresms 9 лет назад
Someone should make a gif of that "Don't know, don't care, not important" part @ 25:40
@dmitriylezhnev1465
@dmitriylezhnev1465 4 года назад
twitter.com/dimalezhnev/status/1230386543178719232
@dmitriylezhnev1465
@dmitriylezhnev1465 4 года назад
correction: twitter.com/dimalezhnev/status/1230387131366940672
@spoygg
@spoygg 8 лет назад
from 39:30 he's referring to this slide imgur.com/HXjEBAz video editor got it wrong :)
@DamienJByrne
@DamienJByrne 8 лет назад
+Spoygg V (Ivan) Thanks for that, I was going to go find it. Could only see a little tease of it on the video.
@GlibShpychka
@GlibShpychka 7 лет назад
Thanks! I thought I wasn't smart enough to understand his wisdom. (I still am not, but hey)
@JKhalaf
@JKhalaf 8 лет назад
This was very good! Thank you.
@Draconhart
@Draconhart 23 дня назад
Still good 8 years later.
@botelhorui
@botelhorui 8 лет назад
I love this guy
@crabsynth3480
@crabsynth3480 6 лет назад
39:40 ... i see 'API' in the backround of uncle bob but not on the slide... and this is making me question my sanity ! Am i hallucinating ?
@Adiga_50
@Adiga_50 3 года назад
Yes it seem he is referring to another diagram
@danielmichalski2436
@danielmichalski2436 9 лет назад
As always - Uncle Bob rocks! :)
@tatumraul9845
@tatumraul9845 2 года назад
instaBlaster
@redouane.mboudella477
@redouane.mboudella477 7 лет назад
This talk was the reason why i'm reading martin fowler's book "Refactoring", in the video, Robert says (at around 12:00) that martin implied but did not clearly say it, that you need unit tests in order to better the design of the code. I don't see why he says that, Martin dedicated chapter 4 to building tests, and talked all throughout chapter 1 about runining the tests after every little modification in the code during the refactoring process. I think Robert was most likely talking about tdd rather than self testing code, that's why he says it was clarified by Kent beck.
@DesuTechHub
@DesuTechHub 8 лет назад
Biological Parent concept is good :)
@CEPC90
@CEPC90 7 лет назад
I want to see an implementation of what he proposes
@NeilHighley
@NeilHighley 8 лет назад
He's like a tech Lewis Black
@iceice7498
@iceice7498 8 лет назад
40:00-40:50 - another picture is commented
@nickbarton3191
@nickbarton3191 4 года назад
According to Stephen Fry on the UK programme Quite Interesting, everyone in Europe is related to Charlemagne .
@mikasa1641
@mikasa1641 7 лет назад
Watch at 1.25 speed and safe some minutes :)
@crabsynth3480
@crabsynth3480 5 лет назад
Mikasa did you also learn english lessons at 1.25 speed to saFe some time... cuz you actually have to slow down to be good at something my dear snowflakes
@theascendunt9960
@theascendunt9960 3 года назад
@@crabsynth3480 Bashing a guy for getting a word wrong. Real classy. Maybe he's not a native speaker. Did you think of that, genius? Also that's not how you use 'snowflake', dipshit.
@BryonLape
@BryonLape 7 лет назад
Uhm, there was an avalanche of design patterns. So much so that the anti-pattern movement started.
@EgiRoka
@EgiRoka 7 лет назад
genius
@kobac8207
@kobac8207 8 лет назад
I saw a dozen of his talks and even though he's funny and entertaining, I can't seem to say that he can get his message across. In fact, when you see the end of this video I think the crowd seem to think the same.
@gmoschwarz
@gmoschwarz 8 лет назад
+kobac I think his ideas are pretty obvious, eventually you realize all his ideas as a group are pretty hard to follow. You can follow one or two, but if you follow every idea, your code would become really SOLID. The problem is that we program following rules like a ritual. We don't tend to rethink what we are doing... so to repeat something he already said: we write crap. We are used to write crap and we never take the time to look at the code... because we know all the stuff he says is true, but we don't put it in practice because we are used to give estimates and therefore we are used to hurry as if that were a good thing... Who says hurrying up is a good thing? When you go to the doctor do you tell him to hurry up when he is examining you? Or when he is operating you? Or your lawyer, do you tell them to hurry up? Why do we accept and take for granted that there is always someone telling us to hurry up? Or quality is unimportant here? Am I bozo who will never deliver working software if someone is not hurrying me up? I've heard several software engineers who say they cannot deliver if there is not someone telling them to hurry up. That is so sad. It is like they lost their own brain and now they are convinced they are trained monkeys who need instructions.
@crabsynth3480
@crabsynth3480 6 лет назад
The Audience is perfectly fine dude .. maybe you just dont know the basics... and are unable to connect the dots. Whats hard to understand my friend? This is top-notch A1 quality free knowledge... Just do the following; 0. Google source code Dependencies and flow of control... understand Solid principles as well... question yourself in which classes would you put your vars and functions into... aim for high cohesion/low coupling.. google google google. 1. google UML arrows/pointers... 2. Write down your Requirements and extract nouns and verbs to make use cases and classes from them... google this method if u dont know how... make your UML diagrams. 3. come back to this talk... pause and look at all the Diagrams 4. Think about those uml Arrows and their Direction to understand where your objects should reside in this Architecture. 5. Create your interfaces and structure them in these diagrams fashion.. think about the functions and variables of the boundary objects ... etc etc. 6. google Test driven development - it gamifies coding 7. Buy plane tickets and sip some liqour over the Atlantic while u test your entities, response models and presenter... Test everything except the view. 8. Enjoy your Victory over Chaos. Its not rocket science but hey rocket science aint that hard either... this is Engineering... easy to learn ... years to master... it requires Self Reflection and Persistence... ok .. im off to coding over the Atlantic ... ciao Regards.
@mattmarkus4868
@mattmarkus4868 8 лет назад
Did he say the first woman lived 120,000 years ago or 120 million years ago?
@chrisbroome
@chrisbroome 7 лет назад
Neither. He said our common female ancestor lived about 120000 years ago - not the first woman by any definition. Similarly our common male ancestor lived about 70000 years ago.
@erikOHsix06
@erikOHsix06 3 года назад
"that's about 400 years, so now we're back in the 1200 ADs." is my math off or does that imply we're living in the 1600s?
@tonyjoanes
@tonyjoanes 7 лет назад
Is this leading us into CQRS?
@judgewest2000
@judgewest2000 8 лет назад
if you're writing an application with a web front end, you have a lot of javascript business logic offering the ability to do client side awesomeness, how can that be independent?
@llothar68
@llothar68 8 лет назад
+judgewest2000 Its just a GUI framework. The only difference is that you are dependent on javascript but this is an implementation detail and not an architecture.
@judgewest2000
@judgewest2000 8 лет назад
+Lothar Scholz quite an important detail, you write JS client side logic, you're not gonna on a whim change that into an iPhone native app (putting aside the phonegappers of the world of course :-)
@GlibShpychka
@GlibShpychka 7 лет назад
Are you telling me that you were involved in a project where client-side JS implemented business logic? Do tell more.
@judgewest2000
@judgewest2000 7 лет назад
Glib Shpychka headlined proudly and making no apologies
@GlibShpychka
@GlibShpychka 7 лет назад
judgewest2000 that's fascinating. can you share details?
@GreenspudTrades
@GreenspudTrades 6 лет назад
Lots of people like Uncle Bob, and he brings some good concepts to the table. But his speeches and books are filled up with too much fluff for my tastes. Skip the poetic stories - I ain't got time for that! Just tellmehowtocode!!!!
@crabsynth3480
@crabsynth3480 6 лет назад
Greenspud Trades the problem is you are from the youtube generation ... trying to read a book which is the format of the ... well the book generation... why are you doing that ? Just watch his videos on youtube or go to his website ... what are you going to get out of a book that you cant get from his Free Papers or videos or other discussions... then theres premium content if you can afford it... go to his Website.. if you need things explained... itll cost you tho... im saving up so i can binge watch them all together.
Далее
Martin Fowler @ OOP2014 "Not Just Code Monkeys"
24:12
How the hell is this done#joker #shorts
00:14
Просмотров 1,6 млн
Gale Now VS Then Edit🥵 #brawlstars #shorts
00:15
Просмотров 747 тыс.
Recycled Car Tyres Get a Second Life! ♻️
00:58
Microservices • Martin Fowler • YOW! 2016
28:45
Просмотров 19 тыс.
Robert C Martin - The Single Responsibility Principle
51:09
Uncle Bob Martin - The Clean Coder
1:04:06
Просмотров 150 тыс.
Martin Fowler @ OOP2014 "Workflows of Refactoring"
27:05
Robert C  Martin  - Professional Software Development
1:00:08
Uncle Bob C. Martin: Clean Agile, Back to Basics
1:03:58
Robert "Uncle Bob" Martin - Architecture: The Lost Years
1:36:01