#programming-best-practices

[ follow ]
#python
Pythonmorsels
2 weeks ago
Python

Commenting in Python

Comments in Python start with '#', provide clarity, but Python lacks a multiline comment syntax. [ more ]
Medium
1 month ago
Python

Level Up Your Python: Essential Style Guide Tips for Readable & Maintainable Code [Part 2]

Style in Python enhances readability and collaboration, making code not only functional but also aesthetically pleasing. [ more ]
Pythonmorsels
2 weeks ago
Python

Commenting in Python

Comments in Python start with '#', provide clarity, but Python lacks a multiline comment syntax. [ more ]
Medium
1 month ago
Python

Level Up Your Python: Essential Style Guide Tips for Readable & Maintainable Code [Part 2]

Style in Python enhances readability and collaboration, making code not only functional but also aesthetically pleasing. [ more ]
morepython
#software-development
CodeProject
3 weeks ago
JavaScript

4 Reasons Why You Should Follow the DRY Principle in Software Development

The DRY principle reduces code duplication and improves maintainability, readability, and simplicity in software development. [ more ]
Alvinalexander
1 month ago
JavaScript

Pure Functions: A Review (Scala 3 Video)

A pure function consistently returns the same output for the same input, being free from side effects or external dependencies. [ more ]
Hackernoon
9 months ago
JavaScript

Code and the Art of Motorcycle Maintenance: Typical Rookie Faults | HackerNoon

Programming requires balancing performance with readability, focusing on the essentials and respect for complexity. [ more ]
CodeProject
3 weeks ago
JavaScript

4 Reasons Why You Should Follow the DRY Principle in Software Development

The DRY principle reduces code duplication and improves maintainability, readability, and simplicity in software development. [ more ]
Alvinalexander
1 month ago
JavaScript

Pure Functions: A Review (Scala 3 Video)

A pure function consistently returns the same output for the same input, being free from side effects or external dependencies. [ more ]
Hackernoon
9 months ago
JavaScript

Code and the Art of Motorcycle Maintenance: Typical Rookie Faults | HackerNoon

Programming requires balancing performance with readability, focusing on the essentials and respect for complexity. [ more ]
moresoftware-development
Hackernoon
2 years ago
JavaScript

Code Smell 266 - Collection Aliasing | HackerNoon

Immutable collections prevent unintended side effects from aliasing, leading to clearer, safer code. [ more ]
[ Load more ]