DEV Community

# codequality

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Code Smell | Divergent change

Code Smell | Divergent change

12
Comments
1 min read
The Marie Kondo guide for the clean developer

The Marie Kondo guide for the clean developer

105
Comments 27
3 min read
5 simple reasons why testing code is important

5 simple reasons why testing code is important

5
Comments
3 min read
1 line of code: How to truncate a string at word boundaries

1 line of code: How to truncate a string at word boundaries

10
Comments 3
1 min read
Vulnerabilities due to XML files processing: XXE in C# applications in theory and in practice

Vulnerabilities due to XML files processing: XXE in C# applications in theory and in practice

7
Comments
18 min read
Improve Product Quality by focusing on Developer Experience

Improve Product Quality by focusing on Developer Experience

4
Comments
2 min read
Enforce coding style check and run tests before each code commit using Git hooks

Enforce coding style check and run tests before each code commit using Git hooks

5
Comments
3 min read
Enforce Swift style and conventions with SwiftLint

Enforce Swift style and conventions with SwiftLint

17
Comments
3 min read
11% of Python files are not closed! Affecting Google, Python.org, Ansible, Tensorflow ...

11% of Python files are not closed! Affecting Google, Python.org, Ansible, Tensorflow ...

4
Comments
3 min read
What is a High Quality Product?

What is a High Quality Product?

3
Comments
4 min read
1 line of code: How to reverse a string

1 line of code: How to reverse a string

31
Comments 10
1 min read
🐵 Monkey Patches

🐵 Monkey Patches

2
Comments
2 min read
Why a High Code Coverage Is Nothing Worth and Leads Only to False Conclusions

Why a High Code Coverage Is Nothing Worth and Leads Only to False Conclusions

5
Comments
6 min read
4 tips when joining a product with a bad codebase

4 tips when joining a product with a bad codebase

37
Comments
3 min read
1 line of code: How to reverse all words of a string

1 line of code: How to reverse all words of a string

28
Comments 6
1 min read
Python Style Guide PEP 8

Python Style Guide PEP 8

3
Comments
9 min read
The power of asking

The power of asking

2
Comments 1
2 min read
Best Practices for reviewing Pull Requests in projects

Best Practices for reviewing Pull Requests in projects

7
Comments 2
3 min read
JS Variables 101: Var, Let and Const

JS Variables 101: Var, Let and Const

7
Comments
5 min read
5 Tips to Pass Your Next Interview's Coding Exercise

5 Tips to Pass Your Next Interview's Coding Exercise

2
Comments
7 min read
3 Integration Testing Tips For Developers To Release Software With Confidence

3 Integration Testing Tips For Developers To Release Software With Confidence

4
Comments
2 min read
1 line of code: How to replace multiple spaces with one space

1 line of code: How to replace multiple spaces with one space

18
Comments 1
1 min read
An overview of software testing

An overview of software testing

7
Comments
6 min read
4 VS Code extensions to share technical knowledge with your team

4 VS Code extensions to share technical knowledge with your team

2
Comments
4 min read
A Guide to writing to better comments

A Guide to writing to better comments

32
Comments 3
3 min read
Top 3 Ways to Log Errors to Simplify Debugging For Systems Engineers

Top 3 Ways to Log Errors to Simplify Debugging For Systems Engineers

5
Comments
2 min read
No More Services, No More Repositories

No More Services, No More Repositories

6
Comments
3 min read
How To Clean Code - Part I

How To Clean Code - Part I

6
Comments
10 min read
1 line of code: How to convert \newlines to <breaks />

1 line of code: How to convert \newlines to <breaks />

7
Comments 5
1 min read
4 questions to ask in interviews to assess codebase health

4 questions to ask in interviews to assess codebase health

6
Comments
5 min read
1 line of code: How to convert spaces to tabs

1 line of code: How to convert spaces to tabs

17
Comments 3
1 min read
Thumb Rules of Unit Testing

Thumb Rules of Unit Testing

19
Comments
2 min read
Subtle Art of Code Reviews

Subtle Art of Code Reviews

3
Comments
6 min read
5 Big Mistakes Companies Make When Testing Software

5 Big Mistakes Companies Make When Testing Software

8
Comments
2 min read
How to write custom ESLint plugins

How to write custom ESLint plugins

7
Comments
6 min read
C++ bad habits - How to make mistakes!

C++ bad habits - How to make mistakes!

5
Comments
7 min read
IPAT - A New Principle I'm Following

IPAT - A New Principle I'm Following

2
Comments
2 min read
Um modo facil de usar code standards no php

Um modo facil de usar code standards no php

5
Comments
5 min read
Zen and The Art of Motorcycle Maintenance by Robert Pirsig

Zen and The Art of Motorcycle Maintenance by Robert Pirsig

10
Comments 1
4 min read
Python code formatter Black

Python code formatter Black

8
Comments 1
3 min read
Pipeline pattern - intermittent flow

Pipeline pattern - intermittent flow

4
Comments 2
4 min read
Pipeline pattern - intermittent flow code examples

Pipeline pattern - intermittent flow code examples

4
Comments
3 min read
1 line of code: How to convert tabs to spaces

1 line of code: How to convert tabs to spaces

19
Comments 9
1 min read
The Ultimate Code Quality Checklist

The Ultimate Code Quality Checklist

2
Comments
3 min read
Importance of code standards

Importance of code standards

9
Comments
4 min read
Ten Rules to Refactor Code

Ten Rules to Refactor Code

7
Comments
5 min read
HTTP Idempotency

HTTP Idempotency

3
Comments
3 min read
Top 10 bugs found in C# projects in 2021

Top 10 bugs found in C# projects in 2021

5
Comments
15 min read
Write Better Python Code

Write Better Python Code

11
Comments
3 min read
The Successful Programmer | P-PL.com

The Successful Programmer | P-PL.com

5
Comments
7 min read
Better Late Than Never, or New Year’s Resolutions with Qodana

Better Late Than Never, or New Year’s Resolutions with Qodana

6
Comments
7 min read
Errors and suspicious code fragments in .NET 6 sources

Errors and suspicious code fragments in .NET 6 sources

6
Comments
18 min read
Contribution days at Factorial

Contribution days at Factorial

2
Comments
4 min read
4 Reasons Why You Need Code Reviews

4 Reasons Why You Need Code Reviews

8
Comments
6 min read
1 line of code: How to lower case a string

1 line of code: How to lower case a string

6
Comments 1
1 min read
Arquitetura orientada ao Ator

Arquitetura orientada ao Ator

2
Comments
8 min read
Pure Functions Explained for Humans

Pure Functions Explained for Humans

21
Comments 2
9 min read
Add test coverage badge for PHP and Pest in your GitHub repository

Add test coverage badge for PHP and Pest in your GitHub repository

30
Comments 2
3 min read
Automate End-to-end testing in large-scale enterprise software

Automate End-to-end testing in large-scale enterprise software

8
Comments
7 min read
Postman opens in 14 seconds. What went wrong?

Postman opens in 14 seconds. What went wrong?

2
Comments
4 min read
loading...