close
The Wayback Machine - https://web.archive.org/web/20231201222821/https://dev.to/t/codequality

DEV Community

# codequality

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
What I learned as a Software Developer while creating my product

What I learned as a Software Developer while creating my product

Comments
4 min read
Strategic Considerations for Using Named Arguments in Code

Strategic Considerations for Using Named Arguments in Code

Comments
3 min read
Data Quality

Data Quality

Comments
15 min read
How Does AI Code Generation Work? And what are some popular AI code generation tools?

How Does AI Code Generation Work? And what are some popular AI code generation tools?

Image 1
Comments
3 min read
A Step-by-Step Guide to Effective Code Reviews

A Step-by-Step Guide to Effective Code Reviews

Image 1
Comments
6 min read
Conditional React props with TypeScript Function Overloading

Conditional React props with TypeScript Function Overloading

Image 2
Comments
2 min read
golangci-lint: a powerful and complete Go linter

golangci-lint: a powerful and complete Go linter

Comments
3 min read
It’s OK if your code is just good enough

It’s OK if your code is just good enough

Image Image 2
Comments
4 min read
Tame Testing Chaos with Gotestsum

Tame Testing Chaos with Gotestsum

Comments
3 min read
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

Image Image Image Image 8
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

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

How-to Run a Customer Zero Testing Program

Image Image 2
Comments
5 min read
The importance of prioritizing code optimization for humans rather than machine

The importance of prioritizing code optimization for humans rather than machine

Image 1
Comments 2
3 min read
This function has too many params

This function has too many params

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

Handling errors in TypeScript the right way

Image Image Image Image Image 14
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?

Image Image Image 16
Comments 18
1 min read
Leveraging Conditional Properties Type Checking with Discriminated Unions

Leveraging Conditional Properties Type Checking with Discriminated Unions

Image 2
Comments 1
3 min read
Qodana Is Out Of Preview With First-Class JetBrains IDE Integration

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

Image Image Image Image Image 6
Comments 1
5 min read
Suspending functions should not be called on a different dispatcher

Suspending functions should not be called on a different dispatcher

Image Image Image 4
Comments 1
2 min read
Brewing Quality in Software Development: The "Quality Café" Story

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

Image Image Image 5
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

Image Image Image Image 8
Comments 1
9 min read
Building the Bedrock: Employing SOLID Principles in Data Science

Building the Bedrock: Employing SOLID Principles in Data Science

Image Image Image Image Image 6
Comments
4 min read
Extension Oriented Design in Kotlin

Extension Oriented Design in Kotlin

Image 9
Comments
3 min read
Dynamic Class Instance Extension in TypeScript: Empowering Reusability and Flexibility

Dynamic Class Instance Extension in TypeScript: Empowering Reusability and Flexibility

Comments
4 min read
Creating Code Reviews opportunities

Creating Code Reviews opportunities

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

Naming Conventions: Four popular cases

Image Image Image 13
Comments 7
2 min read
SOLID Principle with Laravel

SOLID Principle with Laravel

Image Image 3
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
Code Is For Humans And Humans Alone

Code Is For Humans And Humans Alone

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

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

Image Image 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

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

TypeScript Wrapper: Optional Inputs and Dynamic Output Types

Image 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)

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

Try and Catch: Find the Balance

Image 1
Comments 2
5 min read
Clean Code no Cinema

Clean Code no Cinema

Image 3
Comments
7 min read
Cargo Cult Agile

Cargo Cult Agile

Image 2
Comments
5 min read
Awesome SQL Code Review Tools for Developers

Awesome SQL Code Review Tools for Developers

Image Image Image Image Image 67
Comments 6
4 min read
Write Clean, Efficient & Scalable Code

Write Clean, Efficient & Scalable Code

Image 3
Comments 1
18 min read
Enhancing Code Reviews with Conventional Comments

Enhancing Code Reviews with Conventional Comments

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

What are your software development principles?

Image Image Image Image Image 13
Comments 18
1 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

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

Optimise your code with these 5 JavaScript best practices 🚀🔥

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

5 Code Refactoring Tools to Boost Development Efficiency

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

Improve Code Quality with These Tips and Best Practices

Image Image Image Image Image 97
Comments 10
7 min read
Code smell | Hardcoded fake data in tests

Code smell | Hardcoded fake data in tests

Image Image Image Image Image 6
Comments
3 min read
Best Practices for all developers

Best Practices for all developers

Image Image Image Image Image 80
Comments 8
16 min read
The OR operator (||) vs Nullish Coalescing (??)

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

Comments
2 min read
[Design Patterns] - Chain of Responsibility Pattern

[Design Patterns] - Chain of Responsibility Pattern

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

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

Image 4
Comments
2 min read
Good practices as a Senior software developer

Good practices as a Senior software developer

Image 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
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

Image Image Image Image Image 9
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

Image 2
Comments
7 min read
About Typescript nominal types [3via series part 3]

About Typescript nominal types [3via series part 3]

Image 1
Comments
8 min read
Credentials substitution at runtime in Python

Credentials substitution at runtime in Python

Image 1
Comments
2 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]

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

Thank You For Your (Worthless) Comment!

Image Image Image Image Image 51
Comments 24
12 min read
The future of Code Testing and Debugging is here

The future of Code Testing and Debugging is here

Comments
5 min read
loading...