Functional Programming using C++
Write more robust and easier to maintain C++ code than ever before.
Description
Controlling complexity is one of the biggest challenges a developer faces. Functional programming helps tremendously in solving the problems arising from this, and thus becomes more and more popular, even in originally imperative and object-oriented languages like C++. This course will help you increase your productivity by teaching you how to write functional C++ code that is easy to understand, test, and reuse.
After mastering the basic building blocks of functional programming, you will learn how to think functionally and also how to elegantly solve everyday programming problems. Every provided coding exercise comes with an exemplary solution that you can peek into in case you get stuck implementing your own solution.
At the end of this course, you will be able to use the functional approach to write application code that is extraordinarily robust and pleasant to work with. The abstractions of control flow will reduce the cognitive load of anybody working with your code, including yourself, which results in more features with fewer bugs in less time.
And as a bonus, all the concepts you have learned will not only help you when using C++, but apply to other programming languages too, and will expand your horizon regarding programming in general.
What You Will Learn!
- You will be able to write code that is easy to understand and almost self-documenting.
- You will be familiar with the background of functional programming, and understand the fundamental differences between functional and imperative solutions.
- You will be able to solve programming problems elegantly by composing functional tools only or mixing them with other paradigms.
- Because of their increased run-time safety, you will spend much less time debugging your real-world applications.
- You will be able to utilize multiple CPU cores to improve the performance of your applications.
- Your understanding of functional programming will help in other languages too. And it will expand your horizon regarding software engineering in general.
Who Should Attend!
- This course is for all C++ developers (intermediate and advanced) who want to improve the quality of the C++ code they produce by learning about and applying functional programming principles.