ITNEXT

ITNEXT is a platform for IT developers & software engineers to share knowledge, connect, collaborate, learn and experience next-gen technologies.

Follow publication

Member-only story

RxJS & Angular: Declarative If / Else

Erxk
ITNEXT
Published in
4 min readMay 14, 2021

--

Source Code: Github 🚀 | Live Examples & Snippets 🚀

Article Goal 🎯

Leveraging the RxJS Filter Operator. Use a consistent declarative programming paradigm, to potentially improve code clarity and readability.

Key Concepts 📝

Explanation & Summary 🧪

Emphasis on explicit control flow is what differentiates imperative programming from declarative programming.

We can (and most of us, myself included, probably do) mix RxJS with imperative programming. Writing conditional statements (if / else) like this:

Using streams (Observables), composition (merge), and the filter operator. We can create the same result without writing if / else.

💡 Note: Imperative programming is not bad or an anti-pattern. — This is simply another way of achieving the same result.

--

--

Published in ITNEXT

ITNEXT is a platform for IT developers & software engineers to share knowledge, connect, collaborate, learn and experience next-gen technologies.