#code-readability

[ follow ]
Medium
3 weeks ago
JavaScript

Functional Elegance: Making Spark Applications Cleaner with the Cats Library

Code readability and maintainability can be improved by decomposing complex functions into smaller, composable functions. [ more ]
Kilian Valkhof | Front-end & user experience developer
3 weeks ago
JavaScript

The problem with new URL(), and how URL.parse() fixes that | Kilian Valkhof

URL.parse() with URL.canParse() allows for better error handling and readability compared to new URL() construction. [ more ]
CodeProject
1 month ago
JavaScript

Access your Microsoft JSON DOM the easy way with the dynamic keyword

Accessing JSON data in C# requires more effort than in JavaScript due to static typing.
C# offers the dynamic keyword for late binding to access JSON data, but sacrifices static typing. [ more ]
Pythonmorsels
1 month ago
JavaScript

Unnecessary else statements

Unnecessary 'else' statements in Python can sometimes impact readability.
Removing 'else' statements can be beneficial for improving the clarity of code. [ more ]
Medium
2 months ago
Scala

Programming in Scala [Chapter 21]-Implicit Conversions and Parameters

Implicit conversions and parameters in Scala enhance libraries by allowing types to act as subtypes, simplifying code.
Implicits automate repetitive tasks, focusing on core logic, improving code readability and conciseness. [ more ]
chanukya-pekala.medium.com
4 months ago
Scala

Spark Chained Transformations

Chained transformations in Spark help improve code readability and maintainability.
Chaining transformations allows for optimization and execution in a single pass, improving performance. [ more ]
Python
5 months ago
Python

Python Linting in Visual Studio Code - Hinting and Linting Video Series - Python

Readable code is important for maintainability and debugging
VS Code has linter extension support for cleaner code [ more ]
[ Load more ]