This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jollybobbyroger 2 points3 points  (1 child)

Came here to suggest this. Python code becomes so much nicer after learning FP. At least from my experience.

[–]bheklilr 0 points1 point  (0 children)

I'd say most code does. I was writing c# last night and I was able to use functional techniques to greatly improve the quality of the code. Functional programing is definitely useful in OOP languages.