Programming Paradigms EXPLAINED 👩‍💻 #code #programming #technology #tech #software #developer

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

I use my own style of programming called "spaghetti paradigm". It takes the worst parts of functional, object-oriented, and procedural programming, then tosses it all together like a steaming plate of code pasta! In this delicious paradigm, developers can expect to work their way through tangled branches of logic, saucing up their code with flavorful objects and functions 😎

ofadiman
Автор

I would love a long-form breakdown of all these paradigms 🥰. Great work as always!

saboo
Автор

You forgot data oriented programming, which focuses on performance by leveraging cache lines, popular in the gaming industry where smooth frame rate is a must.

zhengren
Автор

functional programming doesn't require more typing, on the contrary, it requires way less typing than OOP or procedural

Sergeak
Автор

The difference between Procedural and Functions is not described well. Functions are modular and return a value. Procedures process data that isnt necessarily as simple as a return value, and can potentially have side effects in the real world.

janglestick
Автор

You can have:
- procedural and imperative
- procedural and functional
- object oriented and imperative
- object oriented and functional

random
Автор

procedural doesn't mean that code is put into procedures (subroutine), it means that your code describes a procedure in the more general English meaning of the word, it means you are describing how to do something, AKA imperative and is in contrast with declarative in which you describe what you want done, thus object oriented programming is also procedural. Carl Hewitt, Alan Kay, Joe Armstrong have said this about all that is Message Passing.

Functional Programming is also procedural.

Logic Programming is partially declarative and partially procedural.

Stick to web apps kid, until you seriously upgrade your knowledge of PLT.

laughingvampire
Автор

You forgot one: Bad programming


😂😂

JustPyroYT
Автор

I use unga-bunga, random bs programming paradigm 💀💀☠️

_subhambanerjee
Автор

I love Structural programming langs like C . Mmhh math 😊

FaunFunc
Автор

Wait so procedural and functional aren't the same ?

anshusarkar
Автор

That was explained really well, thanks!

Kevin-iqqd
Автор

FYI that vue 3 is written in typescript without using class

aymcorporation
Автор

everything is object either functional or object oriented

fintechtelugu
Автор

Peak programming is combining the lot of them😂😂😂

noonecares
Автор

Amazing keep it up! Love your work, very helpful

tonyartz
Автор

Mine is speedrun programming
... Write as you think

RoyalYoutube_PRO
Автор

If your data never changes state then what the hell is your code doing?

carlfranz
Автор

Do you edit your own video? its so goood!

andrewcabiso
Автор

What you might see often

Do people really do that?

yungifez
visit shbcf.ru