[Free] Coders: How To Write Complex If Conditions By Using Logic
Learn the foundations of propositional logic and how you can apply them to write cleaner code – Free Course
What you’ll learn
- Understand the basic foundations of propositional logic
- Know how to manipulate logic formulas involving and, or, not, implications, biconditionals and xor
- Learn how to write complex if conditions to validate user inputs
- Improve the way you code
Requirements
- Basic programming knowledge.
Description
If you’re a self-taught software developer, you may have skipped all the mathematical mumbo jumbo and learned coding straight away. However, there are some mathematical tools, often taught in computer science courses, which can help you write nicer, cleaner code. One of them is propositional logic.This mini-course teaches you the foundations of propositional logic in a practical way. You’ll see how this mathematical tool can be used to easily write and simplify complicated “if” conditions. This is particularly useful when validating a user’s input into a form or validating the body of an API request.
We’ll talk about:
-
How to translate our natural language into logic formulas;
-
How to manipulate logic formulas to make them simpler;
-
How to translate logic formulas into code.
This kind of long-winded condition can be a bit confusing. In this mini-course, youll see how propositional logic can help you easily come up with the correct code for it.
Author(s): Emmanuel Maggiori