Better code with functional programming

Better code with functional programming

Author: Telerik October 8, 2015 Duration: 28:06
On this episode of Eat Sleep Code, guest Dave Fancher talk about Functional Programming. We discuss how functional programming has made its way back into modern development, clean coding, and more. http://developer.telerik.com/content-types/podcast/better-code-with-functional-programming/ Ed Charbeneau** :** Hello and welcome to Eat Sleep Code, the official Telerik podcast. I'm your host, Ed Charbeneau, and with me today is Dave Fancher. Dave Fancher** :** Hello! EC: And today Dave and I will be talking about functional programming in .NET. Dave is author of, The book of F#, from No Starch Press and a Microsoft MVP for .NET and also the owner of Achiiv Solutions. Dave is a Pluralsight author, and he's done a course called, "Building F# Type Providers" and he's working on a new course about functional programming with C#. So Dave what is functional programming? DF: So ask ten different programmers what functional programming is, and you'll likely get ten different answers. But in general, they tend to boil down to three main characteristics. The first one is that functional programming is about controlling side effects, side effects are anything that changes the external state of the system. It could be as benign as writing to a log file, or it could be more nefarious like changing some shared data across the system. Under functional programming, we wanna control that as much as possible, also under functional programming, we tend to focus on expressions rather than statements, so C# tends to be statement-based. There are some expressions in there, but for the most part it's statement based, your if statements, your using statements, and so on, versus a functional language tends to be focused on expressions, rather than executing something for its effect we wanna execute something for its result. And then finally, functional programming is really centered on the idea of mathematical functions. And so functional languages want to treat functions as data. So you can pass around functions just as you would an integer or a string and that gives way to higher order functions, which is where most of the power of functional programming comes from. EC: So you're controlling the mutability of the data in the application. Find the full transcript on Telerik Developer Network http://developer.telerik.com/content-types/podcast/better-code-with-functional-programming/

Ever wonder what keeps other developers up at night, or what tools they're genuinely excited about? Eat Sleep Code Podcast pulls up a virtual chair for those conversations, hosted by Telerik. It's a space where the focus is on the people behind the code-their challenges, breakthroughs, and the topics that fuel their passion. You'll hear from a diverse mix of voices within the software development community, covering everything from emerging technologies and practical coding techniques to industry news and career insights. This isn't about dry lectures; it's about the shared experience of building things. As the official Telerik podcast, it stems from a core belief in giving back and fostering genuine connection. Tuning in feels like joining a discussion among peers who are just as curious as you are. Each episode offers a chance to step away from the screen and listen in on the ideas shaping our work, making this podcast a natural companion for your commute or coffee break. It’s about more than just the technical details-it’s about the stories and perspectives that define the daily life in development.
Author: Language: English Episodes: 100

Eat Sleep Code Podcast
Podcast Episodes
Developer Digest 7 [not-audio_url] [/not-audio_url]

Duration: 42:31
Ed and Eric Bishard cover the latest news in the development community including: Linting, Ad-Blocking, NativeScript, and Angular Migrations.
The Software Developer Mindset [not-audio_url] [/not-audio_url]

Duration: 50:15
On this episode of Eat Sleep Code, guest Julie Lerman talks about the Software Developer mindset. How do developers operate in an atmosphere of constantly changing technology while still maintaining legacy code, learning…
Developer Digest 6 [not-audio_url] [/not-audio_url]

Duration: 45:05
Ed and Sam Basu cover the latest news in the development community including: Angular 2, NativeScript snacks, ASP.NET Core RTM, and Windows CLI. http://developer.telerik.com/content-types/podcast/developer-digest-6/ 00:0…
All In With Three Amigos [not-audio_url] [/not-audio_url]

Duration: 37:48
Are you running Three Amigos conversations for each work item/user story your team does? If not, start now. Seriously. Jim Holmes shares his advice on using the Three Amigos approach. http://developer.telerik.com/feature…
Developer Digest 5 [not-audio_url] [/not-audio_url]

Duration: 34:15
Brian and Ed cover the latest news in the development community including: JavaScript, CQRS and REST, .NET CLI, and Open Source stats.
Where The Web Is Going In 2016 [not-audio_url] [/not-audio_url]

Duration: 39:46
Jared Faris dives deep into the near future of the web with ES2016, Web Standards, Services Workers, and HTTP/2. It's an epic web episode you don't want to miss.
Developer Digest 4 [not-audio_url] [/not-audio_url]

Duration: 37:43
Brian and Ed cover the latest news in the development community including: Bots-bots-bots, .NET Core RC2, Project.json, and NativeScript. http://developer.telerik.com/content-types/podcast/developer-digest-4/ E: Hello an…
Developer Digest 3 [not-audio_url] [/not-audio_url]

Duration: 39:20
Brian and Ed cover the latest news in the development community including: Slackbots, security tips, spreadsheets, and NativeScript.
What's new in .NET Core RC2 [not-audio_url] [/not-audio_url]

Duration: 1:01:27
On this episode of Eat Sleep Code, Jeff Fritz from Microsoft talks about the .NET Core RC2 release. Changes in the CLI, package.json, and the Standard Library are discussed. http://developer.telerik.com/featured/net-core…
ng-conf and C# futures [not-audio_url] [/not-audio_url]

Duration: 27:24
On this episode of Eat Sleep Code, guest Jen Looper talks about what happened at the latest Angular conference, ng-conf. Later on the show, C# MVP Peter Ritchie and Sam Basu talk about the future of C# and cross platform…