#codereadability — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #codereadability, aggregated by home.social.
-
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 🌀.
https://courses.cs.northwestern.edu/325/readings/graham/graham-notes.html #PaulGraham #LispCode #CrypticMasterpieces #ProgrammingHumor #CodeReadability #HackerNews #ngated -
👨💻 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. 🤷♂️
https://bugs.ruby-lang.org/issues/21311 #Ruby35 #NamespaceOnRead #CodeReadability #DeveloperHumor #ProgrammingNews #HackerNews #ngated -
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 🕳️🐇.
https://danilafe.com/blog/chapel_x_macros/ #XMacros #CProgramming #CodeReadability #TechHumor #CodingTrends #HackerNews #ngated -
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 🕳️🐇.
https://danilafe.com/blog/chapel_x_macros/ #XMacros #CProgramming #CodeReadability #TechHumor #CodingTrends #HackerNews #ngated -
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 🕳️🐇.
https://danilafe.com/blog/chapel_x_macros/ #XMacros #CProgramming #CodeReadability #TechHumor #CodingTrends #HackerNews #ngated -
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 🕳️🐇.
https://danilafe.com/blog/chapel_x_macros/ #XMacros #CProgramming #CodeReadability #TechHumor #CodingTrends #HackerNews #ngated -
What Makes Code Hard to Read: Visual Patterns of Complexity (2023)
https://seeinglogic.com/posts/visual-readability-patterns/
#HackerNews #WhatMakesCodeHardToRead #VisualPatternsOfComplexity #CodeReadability #SoftwareDevelopment #HackerNews
-
What Makes Code Hard to Read: Visual Patterns of Complexity (2023)
https://seeinglogic.com/posts/visual-readability-patterns/
#HackerNews #WhatMakesCodeHardToRead #VisualPatternsOfComplexity #CodeReadability #SoftwareDevelopment #HackerNews
-
What Makes Code Hard to Read: Visual Patterns of Complexity (2023)
https://seeinglogic.com/posts/visual-readability-patterns/
#HackerNews #WhatMakesCodeHardToRead #VisualPatternsOfComplexity #CodeReadability #SoftwareDevelopment #HackerNews
-
What Makes Code Hard to Read: Visual Patterns of Complexity (2023)
https://seeinglogic.com/posts/visual-readability-patterns/
#HackerNews #WhatMakesCodeHardToRead #VisualPatternsOfComplexity #CodeReadability #SoftwareDevelopment #HackerNews
-
https://kitfucoda.medium.com/the-versatility-of-call-a-python-developers-secret-weapon-a6bff776971a
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
-
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 #tech #SoftwareDevelopment #CodeReadability #CleanCode
-
🚀 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
-
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
#Python #NamingConventions #CodeReadability #StyleGuide #Programming #Tutorial
-
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
https://codeberg.org/BaumiCoder/Bachelorthesis/releases
The repository itself contains the replication package for the experiment of the thesis. License information annotated with #REUSE#Bachelorarbeit #Informatik #SoftwareEngineering #CodeQuality #CodeReadability
-
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
https://www.codeproject.com/Articles/5376714/Embracing-Functional-Programming-in-Csharp
-
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
https://www.codeproject.com/Articles/5376714/Embracing-Functional-Programming-in-Csharp
-
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
https://www.codeproject.com/Articles/5376714/Embracing-Functional-Programming-in-Csharp
-
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
https://www.codeproject.com/Articles/5376714/Embracing-Functional-Programming-in-Csharp
-
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
https://www.codeproject.com/Articles/5376714/Embracing-Functional-Programming-in-Csharp
-
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
https://devblogs.microsoft.com/dotnet/refactor-your-code-with-default-lambda-parameters/
-
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
https://devblogs.microsoft.com/dotnet/refactor-your-code-with-default-lambda-parameters/
-
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
https://devblogs.microsoft.com/dotnet/refactor-your-code-with-default-lambda-parameters/
-
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
https://devblogs.microsoft.com/dotnet/refactor-your-code-with-default-lambda-parameters/
-
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
https://devblogs.microsoft.com/dotnet/refactor-your-code-with-default-lambda-parameters/
-
#Development #Guidelines
The physics of readability · “Code that is read together should be written together.” https://ilo.im/14khrg_____
#CodeReadability #WebDev #Code #Maintainability #CodeLoyality