Why Functional Programming

Опубликовано: 06 Ноябрь 2021
на канале: Functional Programming
22
0

✍📝 Why Functional Programming?

👨‍💻 #Confidence :
Code that you cannot trust is code that you do not understand. The reverse is true also: code that you don't understand is code you can't trust. What do I mean by trust? I mean that you can verify, by reading and reasoning, not just executing, that you understand what a piece of code will do; you aren't just relying on what it should do.

🦜#Communication :
It's widely estimated that developers spend 70% of code maintenance time on reading to understand it. That is eye-opening. 70%. No wonder the global average for a programmer's lines of code written per day is about 10. We spend up to 7 hours of our day just reading the code to figure out where those 10 lines should go!

📙#Readability
Imperative describes the code most of us probably already write naturally; it's focused on precisely instructing the computer how to do something. Declarative code -- the kind we'll be learning to write, which adheres to FP principles -- is code that's more focused on describing the what outcome.

#Confidence
#Readability
#Communication

Special Thanks : https://github.com/getify/Functional-...


На этой странице сайта вы можете посмотреть видео онлайн Why Functional Programming длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Functional Programming 06 Ноябрь 2021, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 22 раз и оно понравилось 0 зрителям. Приятного просмотра!