DEV Community

# functional

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Code Elegance - Beyond Loops

Code Elegance - Beyond Loops

2
Comments 1
7 min read
For lack of a better name, I’m calling it “The Module Pattern”.

For lack of a better name, I’m calling it “The Module Pattern”.

16
Comments 4
6 min read
Beyond Basic Functions: Explore Currying in JavaScript

Beyond Basic Functions: Explore Currying in JavaScript

22
Comments 2
2 min read
Deep Dive into Functional Programming in Javascript

Deep Dive into Functional Programming in Javascript

213
Comments 25
8 min read
Closures đź«‚ Memoisation

Closures đź«‚ Memoisation

2
Comments 2
2 min read
Do you really need Dependency Injection? OOP roundtrip journey.

Do you really need Dependency Injection? OOP roundtrip journey.

Comments
6 min read
Generator Functions in Python

Generator Functions in Python

Comments
6 min read
Ending the war or continuing it? Let's bring functional programming to OOP codebases

Ending the war or continuing it? Let's bring functional programming to OOP codebases

214
Comments 18
9 min read
After one year of using CSharpFunctionalExtension

After one year of using CSharpFunctionalExtension

5
Comments
4 min read
Embracing Polymorphism: Flexibility in JavaScript and React

Embracing Polymorphism: Flexibility in JavaScript and React

Comments
3 min read
Chaining callbacks in TypeScript using the monad design pattern

Chaining callbacks in TypeScript using the monad design pattern

1
Comments 1
10 min read
Find & Patch: A Novel Functional Programming like Code Rewrite Scheme

Find & Patch: A Novel Functional Programming like Code Rewrite Scheme

Comments
7 min read
Functional Programming With C#: What, Why, How?

Functional Programming With C#: What, Why, How?

Comments
1 min read
[Advanced] Error handling in FP

[Advanced] Error handling in FP

4
Comments
12 min read
Elixir Pipe in Python v2

Elixir Pipe in Python v2

Comments
1 min read
Python : advanced way to reduce the amount of repetitive code

Python : advanced way to reduce the amount of repetitive code

2
Comments
2 min read
OOP via FP : functional nature of classes and objects

OOP via FP : functional nature of classes and objects

2
Comments 14
4 min read
Learn Lambda Calculus in 10 minutes with OCaml

Learn Lambda Calculus in 10 minutes with OCaml

35
Comments 7
1 min read
C#: functional approaches explained solving one specific problem

C#: functional approaches explained solving one specific problem

6
Comments 7
3 min read
How to gently introduce an FP library

How to gently introduce an FP library

2
Comments 1
7 min read
React components -(Class component v/s function component)

React components -(Class component v/s function component)

Comments
1 min read
A hidden power tool for arrays in TS

A hidden power tool for arrays in TS

3
Comments
3 min read
Why won't my forEach lambda allow me to exit my function with a return statement in Java?

Why won't my forEach lambda allow me to exit my function with a return statement in Java?

Comments
2 min read
On rewriting a Go command-line program in Haskell

On rewriting a Go command-line program in Haskell

4
Comments 2
6 min read
All You Need is ... Higher Order Functions

All You Need is ... Higher Order Functions

Comments
3 min read
loading...