DEV Community

# codequality

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Simplify Your Codebase with Auto-Sorting Linter using eslint-plugin-simple-import-sort

Simplify Your Codebase with Auto-Sorting Linter using eslint-plugin-simple-import-sort

4
Comments
7 min read
Conditional React props with TypeScript Function Overloading

Conditional React props with TypeScript Function Overloading

4
Comments
2 min read
How-to Run a Customer Zero Testing Program

How-to Run a Customer Zero Testing Program

3
Comments
5 min read
A cleaner way of writing code

A cleaner way of writing code

Comments
1 min read
SonarQube Community Edition: Comprehensive guide for a free personal setup

SonarQube Community Edition: Comprehensive guide for a free personal setup

4
Comments
7 min read
The Disposal Pattern in .NET: Managing Unmanaged Resources and Implementing Clean-Up

The Disposal Pattern in .NET: Managing Unmanaged Resources and Implementing Clean-Up

2
Comments
3 min read
Handling errors in TypeScript the right way

Handling errors in TypeScript the right way

13
Comments 5
14 min read
How would you describe the quality of the codebases you've worked on in your career?

How would you describe the quality of the codebases you've worked on in your career?

16
Comments 18
1 min read
The importance of prioritizing code optimization for humans rather than machine

The importance of prioritizing code optimization for humans rather than machine

1
Comments 2
3 min read
Leveraging Conditional Properties Type Checking with Discriminated Unions

Leveraging Conditional Properties Type Checking with Discriminated Unions

3
Comments 1
3 min read
Suspending functions should not be called on a different dispatcher

Suspending functions should not be called on a different dispatcher

5
Comments 2
2 min read
Brewing Quality in Software Development: The "Quality Café" Story

Brewing Quality in Software Development: The "Quality Café" Story

4
Comments 2
2 min read
The key responsibilities of a Software Quality Manager: ensuring high-quality software development

The key responsibilities of a Software Quality Manager: ensuring high-quality software development

13
Comments 1
9 min read
This function has too many params

This function has too many params

3
Comments
2 min read
Building the Bedrock: Employing SOLID Principles in Data Science

Building the Bedrock: Employing SOLID Principles in Data Science

7
Comments
4 min read
Extension Oriented Design in Kotlin

Extension Oriented Design in Kotlin

9
Comments
3 min read
Creating Code Reviews opportunities

Creating Code Reviews opportunities

2
Comments 2
3 min read
Naming Conventions: Four popular cases

Naming Conventions: Four popular cases

25
Comments 7
2 min read
SOLID Principle with Laravel

SOLID Principle with Laravel

9
Comments
8 min read
5 things I wish I knew before writing 1 Million lines of code

5 things I wish I knew before writing 1 Million lines of code

Comments
2 min read
The Importance of Braces. Rule in .NET Projects using EditorConfig

The Importance of Braces. Rule in .NET Projects using EditorConfig

2
Comments
3 min read
Writing Custom PHPStan Rule to prohibit business logic in controllers

Writing Custom PHPStan Rule to prohibit business logic in controllers

4
Comments
4 min read
Qodana Is Out Of Preview With First-Class JetBrains IDE Integration

Qodana Is Out Of Preview With First-Class JetBrains IDE Integration

7
Comments 1
5 min read
Code Is For Humans And Humans Alone

Code Is For Humans And Humans Alone

Comments
8 min read
TypeScript Wrapper: Optional Inputs and Dynamic Output Types

TypeScript Wrapper: Optional Inputs and Dynamic Output Types

1
Comments 1
10 min read
😶‍🌫️ The Invisible Threat to Your Project's Success (And How to Deal With It)

😶‍🌫️ The Invisible Threat to Your Project's Success (And How to Deal With It)

3
Comments 1
8 min read
Try and Catch: Find the Balance

Try and Catch: Find the Balance

1
Comments 2
5 min read
Dynamic Class Instance Extension in TypeScript: Empowering Reusability and Flexibility

Dynamic Class Instance Extension in TypeScript: Empowering Reusability and Flexibility

3
Comments
4 min read
Clean Code no Cinema

Clean Code no Cinema

3
Comments
7 min read
You are managing your code snippets wrong. Here’s how to stay ahead of 99% dev.

You are managing your code snippets wrong. Here’s how to stay ahead of 99% dev.

1
Comments
3 min read
Cargo Cult Agile

Cargo Cult Agile

4
Comments
5 min read
Unleashing Creativity and Efficiency: The Benefits of Using ChatGPT for Developers

Unleashing Creativity and Efficiency: The Benefits of Using ChatGPT for Developers

1
Comments
3 min read
Enhancing Code Reviews with Conventional Comments

Enhancing Code Reviews with Conventional Comments

24
Comments 14
3 min read
What are your software development principles?

What are your software development principles?

14
Comments 18
1 min read
Awesome SQL Code Review Tools for Developers

Awesome SQL Code Review Tools for Developers

95
Comments 6
4 min read
🧨 Think twice before setting code coverage as a goal for your teams

🧨 Think twice before setting code coverage as a goal for your teams

Comments
10 min read
7 frustrations to avoid with code review best practices

7 frustrations to avoid with code review best practices

14
Comments 5
7 min read
Optimise your code with these 5 JavaScript best practices 🚀🔥

Optimise your code with these 5 JavaScript best practices 🚀🔥

23
Comments 3
3 min read
5 Code Refactoring Tools to Boost Development Efficiency

5 Code Refactoring Tools to Boost Development Efficiency

42
Comments 3
4 min read
Improve Code Quality with These Tips and Best Practices

Improve Code Quality with These Tips and Best Practices

106
Comments 11
7 min read
Code smell | Hardcoded fake data in tests

Code smell | Hardcoded fake data in tests

6
Comments
3 min read
Best Practices for all developers

Best Practices for all developers

81
Comments 8
16 min read
Entry-6: [Design Patterns] - Chain of Responsibility Pattern

Entry-6: [Design Patterns] - Chain of Responsibility Pattern

1
Comments
3 min read
Good practices as a Senior software developer

Good practices as a Senior software developer

4
Comments
4 min read
Quality Quest: The Importance of Reviewing Merge Request

Quality Quest: The Importance of Reviewing Merge Request

Comments
3 min read
The OR operator (||) vs Nullish Coalescing (??)

The OR operator (||) vs Nullish Coalescing (??)

3
Comments
2 min read
10 Best Practices for Ruby Programmers: Tips for Efficient, Maintainable, and Bug-Free Code

10 Best Practices for Ruby Programmers: Tips for Efficient, Maintainable, and Bug-Free Code

11
Comments 1
4 min read
🏅 Elevate Your Code Quality with These 7 Useful Analysis Tools

🏅 Elevate Your Code Quality with These 7 Useful Analysis Tools

5
Comments
7 min read
Divider App: How many edge cases can have one operation

Divider App: How many edge cases can have one operation

Comments
5 min read
The "hook of all trades" in React [3via series part 1]

The "hook of all trades" in React [3via series part 1]

1
Comments
6 min read
The future of Code Testing and Debugging is here

The future of Code Testing and Debugging is here

Comments
5 min read
A Beginner's Guide to Testing: Security, Failover, Recovery

A Beginner's Guide to Testing: Security, Failover, Recovery

83
Comments
8 min read
Credentials substitution at runtime in Python

Credentials substitution at runtime in Python

1
Comments
2 min read
How to handle different application environments like Prod, Dev, Test, etc.?

How to handle different application environments like Prod, Dev, Test, etc.?

5
Comments 1
2 min read
Even our development process practices are trade-offs

Even our development process practices are trade-offs

2
Comments
7 min read
Software Project Checklist

Software Project Checklist

33
Comments 5
10 min read
A Beginner's Guide to Testing: Integration, Fuzz, Performance

A Beginner's Guide to Testing: Integration, Fuzz, Performance

79
Comments 2
14 min read
How a start-up implemented hexagonal architecture – The case of Packmind

How a start-up implemented hexagonal architecture – The case of Packmind

1
Comments
7 min read
Thank You For Your (Worthless) Comment!

Thank You For Your (Worthless) Comment!

51
Comments 26
12 min read
How to make long functions more readable

How to make long functions more readable

10
Comments 4
3 min read
loading...