DEV Community

Discussion on: Challenge: Program without variables #javascript

Collapse
 
bgadrian profile image
Adrian B.G.

Looks "promising", I recognize some FP patterns there.

I recently began to research into functional programming & immutability, and realizing that 99% of the common ๐Ÿ› are caused by Mutability and "IF"'s. I was looking for a small project to learn some basic techniques (Go or JS). this challenge sounds like a good opportunity.

Collapse
 
joelnet profile image
JavaScript Joel

I would have never thought this kind of program was possible before learning FP. FP teaches you to think about your software differently and has given me more options to how I solve problems.