Тёмный

Bjarne Stroustrup - Object Oriented Programming without Inheritance - ECOOP 2015 

ECOOP !
Подписаться 434
Просмотров 41 тыс.
50% 1

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

 

21 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 49   
@SpiritVector
@SpiritVector 2 года назад
I just use composition, and encapsulation. Data structures are really useful too; you can have a lot of stuff simplified by using them more often.
@gareginasatryan6761
@gareginasatryan6761 4 года назад
To me, gradual language design doesn’t really work. Because once you create bad rules, you can’t change them in later time without breaking things. C++’s great success was that it was a gentle transition from C. But it paid it with poor design decisions which were harder to fix later on. Make it too radical, and people would hate it. That’s probably one of the reasons Eiffel failed to gain traction. This isn’t an attack on Stourstoup. There was a discussion a while back that the concept of the C drive in Windows (the two floppies are A and B) created a stupid legacy that would be hard to break.
@SnakeEngine
@SnakeEngine 2 месяца назад
Which are the bad rules that C++ introduced (except the partially ugly syntax)?
@LemonChieff
@LemonChieff 5 лет назад
Guess the audience is full of Java devs… They're already using (old) C++ they just call it the JVM. Sure lambdas are "new" to C++, thing is any of the programing languages cited didn't have to be backwards compatible with C (some of them came before C). Java doesn't have to compile or run fast (or if it does it's failing at least at the former. And in most cases, without careful precautions, at the latter. )
@BjarkeEbert
@BjarkeEbert 8 лет назад
Wouldn't purely abstract base classes (like Java og Go interfaces) with dynamic dispatch count as "no inheritance"?
@egorsozonov7425
@egorsozonov7425 2 года назад
This talk is full of jokes, and "C++ doesn't leak" is the best one. As if smart pointers don't cause reference cycles, which are nothing but memory, and occasionally resource, leaks.
@JuvStudios
@JuvStudios Год назад
> As if smart pointers don't cause reference cycles There are weak references for that.
@ryleitdept
@ryleitdept 9 месяцев назад
and it was leak by weak programmers 🥴🤪
@diltsman
@diltsman 9 лет назад
Is the slide deck going to be available?
@BjarkeEbert
@BjarkeEbert 8 лет назад
joke at 4:35. Nobody got it.
@KevinHely
@KevinHely 7 лет назад
I did! It was a good one too...
@facorread
@facorread 7 лет назад
I didn't get it. Explanation, please?
@moveaxebx
@moveaxebx 6 лет назад
I think he ment that even modern languages like Java and C# were written in C++
@bathynomusgiganteus2916
@bathynomusgiganteus2916 6 лет назад
Savage Bjarne
@HermanWillems
@HermanWillems 5 лет назад
@@moveaxebx C# and Java are C++ applications.
@ENTP-Brandon
@ENTP-Brandon 9 лет назад
Crazy talk...
@mjsanchez2173
@mjsanchez2173 6 лет назад
Object oriented programming has wrecked the programming industry...
@matthewfaithfull1893
@matthewfaithfull1893 5 лет назад
Why do people believe that myth?
@rmdec
@rmdec 5 лет назад
@@matthewfaithfull1893 Because they like to think their poor code isn't their fault. lul.
@imodium438
@imodium438 5 лет назад
Let me contemplate the meaning of that as I sit down on my Chair object of a Chair class derived from an abstract base class called 'Furniture' that has virtual function named action() that I override with my sitting instructions and which is ultimately managed by a ChairHandler Class. Hmm... I wonder how OOP wrecked the programming industry.
@metalsadman
@metalsadman 5 лет назад
@@imodium438 a box is not a furniture but you can sit on it like a chair.
@TBC256
@TBC256 5 лет назад
Chair is a Furniture to furniture store as well as is a Table(1). To a woodcutter sitting down for lunch a Chair is a Stump or a conveniently shaped Rock(2). However; when you have a tree trunk or steps in front of a museum, you should think of Benches(3). Just as in natural languages, everything is context dependent. That is why namespaces and modules are great for separation of concepts. (1), (2) and (3) all are objects that *could* have method sit() but sitting (1) is out of scope when you need to describe a store. (2) and (3) both are for sitting, but Bench should have sit(position) and maybe lie().
@cd78
@cd78 5 лет назад
Object orientated programming is alot of abstracted bollocks.
@horridohobbies
@horridohobbies 4 года назад
"Object-oriented programming" is one of the most poorly defined things in IT. There is absolutely no consensus. There are many different interpretations of this concept. There are broadly two general schools of OOP. One is from Alan Kay and the other is from Bjarne Stroustrup/Kristen Nygaard. Until we can nail down the definition, these kinds of debates, including the one in this video, are like arguing about how many angels can dance on the head of a pin. It's rather a waste of time.
@ChrisAthanas
@ChrisAthanas 4 года назад
thank you for saying this, I was starting to wonder if it was just me!
@recompile
@recompile 3 года назад
@@ChrisAthanas It's an open secret. Everyone knows it but few speak out. That includes the kool-aid drinkers, which is why they get so upset when you pull back the curtain. They can stay happily deluded as long as everyone around them pretends to believe in the lie.
@SnakeEngine
@SnakeEngine 2 месяца назад
Yes, but my definition of OOP is the correct one.
@horridohobbies
@horridohobbies 2 месяца назад
@@SnakeEngine 🤣👎
@ozancansel
@ozancansel 5 лет назад
God talks, and so glad he talks :)
@PabloGnesutta
@PabloGnesutta 2 года назад
I don't get this obsession with "modeling the real world". Programming problems , mmost of the times,, doeflect the real world at all... It's a fools errand, it creates a new problem besides the one we actually need to solve
@witM90
@witM90 7 лет назад
I think: modern programming is not programming, it's spanking fucking code. Don't get me wrong, abstraction is good evolution like from assembler to c++ and more but it was natural. Today is overhead and something there is going wrong way. Next time we will be discuss how to write sites in c++
@ChrisAthanas
@ChrisAthanas 3 года назад
By 2021 I figured we would be doing Alan Kay's version of object oriented programming by now and not this low level stroustroup crap
@egorsozonov7425
@egorsozonov7425 2 года назад
@@ChrisAthanas But we are doing Alan Kay's version of object-oriented programming. It's called "microservice architecture".
@ChrisAthanas
@ChrisAthanas 2 года назад
@@egorsozonov7425 yes it seems the microservice is closer to what Alan kay was referring to, but not using the c-like languages for the implementation. I'm sure he was thinking of a language more like HyperTalk with low-level extensions written in C-like languages. We need a better abstraction than these low level languages, they are just too detailed for most use cases and prone to errors and slow to implement
@SnakeEngine
@SnakeEngine 2 месяца назад
@@ChrisAthanas Nah, Stroustroup just realized that you cannot solve all the problems using a hammer. C++ doesn't offer the best hammer, but it is a more complete toolbox. So if you want to build a house, you better don't limit yourself to just the hammer.
Далее
Full Interview With the Creator of C++
23:30
Просмотров 43 тыс.
Fake Referee Whistle Moments 😅
00:38
Просмотров 5 млн
Object-Oriented Programming is Bad
44:35
Просмотров 2,3 млн
Pacific++ 2018: Sean Parent "Generic Programming"
1:19:57
Object-Oriented Programming, lecture by Daniel Ingalls
45:37
James Gosling - Simula: a personal journey
1:12:13
Просмотров 3,9 тыс.
Microservices are Technical Debt
31:59
Просмотров 549 тыс.
Fake Referee Whistle Moments 😅
00:38
Просмотров 5 млн