TheSharperDev
Educating about C# and F#
Posts
About
Tags
Categories
Design
14
Dec 2019
The Cost of Abstracting a List in C#
In software development, there’s a tradeoff between design and optimization. As a general rule of thumb, most abst...
08
Sep 2019
Pure v. Impure Functions
Pure and Impure functions is a very important distinction in functional programming. Most of my university and early wor...