home.social

#codereadability — Public Fediverse posts

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

  1. Paul Graham writes Lisp code that's mostly understandable... unless you try reading it 🤔. With names so short they resemble a cat walking on a keyboard, and a love for deeply nested "if" statements, it's a wonder anyone can decipher his cryptic masterpieces. Apparently, loops are for amateurs 🌀.
    courses.cs.northwestern.edu/32 #PaulGraham #LispCode #CrypticMasterpieces #ProgrammingHumor #CodeReadability #HackerNews #ngated

  2. 👨‍💻 Oh wow, Ruby 3.5 introduces "Namespace on read"—because apparently, naming things properly was just too mainstream. 🎉 It's like they hired a committee to make reading code as much fun as deciphering Egyptian hieroglyphics in the dark. 🤷‍♂️
    bugs.ruby-lang.org/issues/21311 #Ruby35 #NamespaceOnRead #CodeReadability #DeveloperHumor #ProgrammingNews #HackerNews #ngated

  3. 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

  4. 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

  5. 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

  6. 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

  7. kitfucoda.medium.com/the-versa

    Python's __call__ dunder offers a closure alternative. It manages state in a class, callable like a function, opening new code structuring possibilities.

    In complex scenarios, __call__ enhances readability and maintainability. Encapsulating logic and data promotes cleaner code, improving clarity and debugging.

    For pre-filling arguments, consider __call__ over functools.partial, especially with methods needing internal state. It creates a state-holding object for robust operations.

    This is beneficial in large projects with complex logic. Using __call__ improves organization and maintainability, leading to efficient development.

    #Python #Programming #SoftwareDevelopment #Coding #DunderMethods #ObjectOrientedProgramming #FunctionalProgramming #CodeReadability #SoftwareEngineering #OpenToWork #getfedihired

  8. Simplicity First: The Hidden Power of Readable Code in Software Development

    In the fast-paced world of coding, the importance of readable code is often overshadowed by the allure of complexity. Yet, as developers spend more time reading than writing, the true value of simplic...

    news.lavx.hu/article/simplicit

    #news #tech #SoftwareDevelopment #CodeReadability #CleanCode

  9. 🚀 Want to Grow Faster as a Developer? Improve Your Code Readability Today 🚀

    If you’ve ever opened an old piece of code and felt a wave of panic trying to understand what you were thinking, you’re not alone.

    #CodeReadability #DeveloperGrowth #SoftwareCraftsmanship #CleanCode #CSharp #CodeSimplicity #Dotnet #SoftwareDevelopment #TechEducation #LearnToCode #Programming @bot boost this

  10. How Do You Choose Python Function Names? – Real Python

    Rules and conventions for naming Python functions emphasizing:
    ➡️the importance of using descriptive, snake-case names.
    ➡️the use of underscores for internal methods
    ➡️differences in naming conventions for variables and classes.

    The article is based on Python Enhancement Proposals PEP8

    realpython.com/python-function

  11. Today, I finished my #bachlorthesis in #ComputerScience with the title "Improving code readability in practice: Focus on the change".

    You can find the abstract and the thesis as PDF file at #Codeberg
    codeberg.org/BaumiCoder/Bachel
    The repository itself contains the replication package for the experiment of the thesis. License information annotated with #REUSE

    #Bachelorarbeit #Informatik #SoftwareEngineering #CodeQuality #CodeReadability

  12. 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

  13. 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.

    #FunctionalProgramming #CSharp #CodeReadability #Immutability #PureFunctions #ErrorHandling #Programming

    codeproject.com/Articles/53767

  14. 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.

    #FunctionalProgramming #CSharp #CodeReadability #Immutability #PureFunctions #ErrorHandling #Programming

    codeproject.com/Articles/53767

  15. 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.

    #FunctionalProgramming #CSharp #CodeReadability #Immutability #PureFunctions #ErrorHandling #Programming

    codeproject.com/Articles/53767

  16. 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.

    #FunctionalProgramming #CSharp #CodeReadability #Immutability #PureFunctions #ErrorHandling #Programming

    codeproject.com/Articles/53767

  17. 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/

  18. 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

    #CSharp12 #Charp #CodeReadability #Maintainability #Programming #DotNet #SoftwareDevelopment

    devblogs.microsoft.com/dotnet/

  19. 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

    #CSharp12 #Charp #CodeReadability #Maintainability #Programming #DotNet #SoftwareDevelopment

    devblogs.microsoft.com/dotnet/

  20. 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

    #CSharp12 #Charp #CodeReadability #Maintainability #Programming #DotNet #SoftwareDevelopment

    devblogs.microsoft.com/dotnet/

  21. 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

    #CSharp12 #Charp #CodeReadability #Maintainability #Programming #DotNet #SoftwareDevelopment

    devblogs.microsoft.com/dotnet/