home.social

#codereadability — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #codereadability, aggregated by home.social.

  1. Ah yes, the infamous X Macros, the pattern that promises to revolutionize your code while simultaneously making it as readable as hieroglyphics 🤔. This blog post attempts to glorify a relic from the C programming crypt, but let's be honest: the only thing more confusing than X Macros is understanding why anyone would willingly dive into this rabbit hole in 2023 🕳️🐇.
    danilafe.com/blog/chapel_x_mac #XMacros #CProgramming #CodeReadability #TechHumor #CodingTrends #HackerNews #ngated

  2. Embracing Functional Programming in C# - CodeProject

    An exploration of the benefits of **functional programming in C#**. The article covers code readability, efficiency, and unit testing. Other highlights are the challenges of state mutation, the importance of immutability, and the concept of pure functions.

    codeproject.com/Articles/53767

  3. Refactor your code with default lambda parameters - .NET Blog

    This article concludes a series on C# 12, highlighting "default lambda parameters" which simplify expressing default values in lambdas, enhancing code readability and maintainability

    devblogs.microsoft.com/dotnet/