Wednesday
Room 3
15:00 - 16:00
(UTC+01)
Talk (60 min)
Thinking Functionally with C#
Have you ever wanted to write C# code that's more supportable, robust and testable? I can't think of any reason you wouldn't!
Functional Programming
.NET
Functional programming is an alternative style of writing code to the Object-Oriented paradigm that most of us are taught at the beginning of our careers, and it's not only simpler to learn than OO, but also results in a better overall codebase.
In this talk, I'm going to not only show you what the Functional Programming paradigm is, but I'm also going to explain how you can adjust your thinking and approach to problem solving to work in a functional manner.
There won't be any hard theory or talk of list theory, just immediately useful, practical coding technique.