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
Azure For Developers [not-audio_url] [/not-audio_url]

Duration: 46:39
On this Episode of Eat Sleep Code, guest Michael Crump talks about why Azure is important to .NET developers. We learn how Azure goes beyond virtualization, hosting databases and deploying websites. Michael talks about h…
Developer Digest CSS, XAML Standard, Exporting [not-audio_url] [/not-audio_url]

Duration: 33:22
Developer Digest shows are back! This week Ed and Brian cover the latest news in the development community including: CSS selectors, XAML Standard, and Exporting to PDF from your application.
Implementing ASP.NET Core UIs [not-audio_url] [/not-audio_url]

Duration: 32:48
On this episode of Eat Sleep Code, Scott Addie discusses the various options for creating UI components in ASP.NET Core. Scott talks about TagHelpers, View Components, and if Razor is still used in the ASP.NET Core.
Developer Digest .NET Core and NativeScript [not-audio_url] [/not-audio_url]

Duration: 36:18
Developer Digest shows are back! This week Ed and Brian cover the latest news in the development community including: ASP.NET Core, NativeScript and Angular.
Degree Seeking Developers [not-audio_url] [/not-audio_url]

Duration: 32:42
On this episode of Eat Sleep Code, Chris Gardner shares his experience with higher education. Chris explains his "love for learning" and the challenges that degree seeking professionals need to be prepared for and the re…
In App Communication with Twilio [not-audio_url] [/not-audio_url]

Duration: 26:20
On this episode of Eat Sleep Code, Brent Schooley shares his insights on creating communication enabled applications using Twilio.
Codepalousa Mobile Panel [not-audio_url] [/not-audio_url]

Duration: 1:00:09
On this episode of Eat Sleep Code, we're in front of a live audience at Code PaLOUsa talking about all things mobile. For this episode we've assembled a panel of mobile experts featuring Sam Basu, Mike Branstein, and Nic…
Cross Cutting Crossover [not-audio_url] [/not-audio_url]

Duration: 26:00
On this episode we crossover with the Cross Cutting Concerns podcast for a special dual interview show. Matt Groves talks about CAP theorem and the challenges of distributed databases. Ed Charbeneau shares his perspectiv…
How Your Brain Works Against You [not-audio_url] [/not-audio_url]

Duration: 22:40
On this episode of Eat Sleep Code guest Arthur Doler discusses how our brain interprets cause and effect, the ways in which it wants to think of things as narratives, and all the tricks it does to save itself from having…
Care And Feeding Of Your New Junior Dev [not-audio_url] [/not-audio_url]

Duration: 28:08
On this episode of Eat Sleep Code, Mike Hand shares strategies for training and mentoring as well as some common and some less obvious pitfalls. When and how to give feedback are covered. In addition, Mike shares advice…