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
Serverless Blazor talking Next Gen with Jeremy Likness [not-audio_url] [/not-audio_url]

Duration: 51:22
On this episode of Eat Sleep Code, Jeremy Likness talks about creating next gen web applications using Blazor & Serverless with Azure. Jeremy shares his interest in Blazor. How to implement serverless using the Azure ser…
Why You Should Learn TypeScript [not-audio_url] [/not-audio_url]

Duration: 41:50
On this episode, David Pine (Microsoft MVP) shares his experience with TypeScript. David talks about why TypeScript is a valuable tool for improving your experience with applications that normally are written using JavaS…
Machine Learning With ML Dot NET [not-audio_url] [/not-audio_url]

Duration: 41:03
On this episode of Eat Sleep Code, Sr. Content Developer at Microsoft John Alexander talks about ML.NET, a set of new Machine Learning libraries for .NET. John explains the purpose of ML.NET and how it enables .NET devel…
An Augmented Reality Check [not-audio_url] [/not-audio_url]

Duration: 40:19
On this episode of Eat Sleep Code, TJ Vantoll discusses the current state of building iOS, Android, and cross-platform AR applications. TJ shares his insight on what technologies are currently available, how to get start…
Living On The IoT Edge [not-audio_url] [/not-audio_url]

Duration: 33:24
On this episode of Eat Sleep Code, Carl Schweitzer a Software Engineer at Microsoft discusses IoT edge. Carl shares information about what is the IoT edge. We learn what devices, operating systems, and environments are c…
New In ASP.NET Core 2.1 with Daniel Roth [not-audio_url] [/not-audio_url]

Duration: 53:45
On this episode of Eat Sleep Code, guest Daniel Roth talks about the "live release candidate" of ASP.NET Core 2.1. I sat down with Daniel Roth at Microsoft Build 2018 to discuss what improvements are coming in the releas…
Getting Started With Live Streaming [not-audio_url] [/not-audio_url]

Duration: 49:33
On this episode of Eat Sleep Code, Jeff Fritz shares tips on creating a successful live stream. Jeff discusses the hardware needed for "green screen" effects, broadcasting, and networking. We learn the differences betwee…
Blazor And JavaScript ES2017 [not-audio_url] [/not-audio_url]

Duration: 27:05
On this Developer Digest of Eat Sleep Code, Ed Charbeneau and Brian Rinaldi discuss current industry topics. This week Ed talks about Blazor, the new web framework from Microsoft that brings the promise of native C# in t…
Tim Huckaby Talks Computer Vision and Mixed Reality [not-audio_url] [/not-audio_url]

Duration: 52:34
On this episode of Eat Sleep Code, Tim Huckaby, Chairman/Founder, InterKnowlogy, talks about the future of technology with computer vision and mixed reality. Tim shares his outlook on how machine learning will change the…
Developer Digest Statack Overflow Survey [not-audio_url] [/not-audio_url]

Duration: 40:46
Ed and Brian cover the latest news in the development community. This week we discuss the Stack Overflow Survey. What did the survey cost? What languages are most loved and wanted? Is Visual Studio Code taking over the i…