DEV Community

# codequality

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Tips for better and readable conditionals in JS

Tips for better and readable conditionals in JS

5
Comments
5 min read
Using ADRs to document technical development decisions

Using ADRs to document technical development decisions

Comments
4 min read
Mutation Tests - Ensure the quality of your code now

Mutation Tests - Ensure the quality of your code now

9
Comments
5 min read
Design Patterns - 1 - Strategy (C#)

Design Patterns - 1 - Strategy (C#)

3
Comments
2 min read
Getting Rid of QA Engineers is a Mistake

Getting Rid of QA Engineers is a Mistake

26
Comments 19
3 min read
The Engineer’s complete guide to writing excellent internal documentation

The Engineer’s complete guide to writing excellent internal documentation

5
Comments
4 min read
Should you use static code analyzers as gatekeepers?

Should you use static code analyzers as gatekeepers?

2
Comments 2
7 min read
Define your Cypress best practices to keep your code clean

Define your Cypress best practices to keep your code clean

Comments
4 min read
Stop writing API functions

Stop writing API functions

616
Comments 31
5 min read
Our Code Review Process: More than Quality Assurance

Our Code Review Process: More than Quality Assurance

32
Comments
4 min read
🚀 Github Actions: A simple way to trigger workflow from another workflow

🚀 Github Actions: A simple way to trigger workflow from another workflow

7
Comments
3 min read
Visualize code changes and impact on users

Visualize code changes and impact on users

5
Comments 1
1 min read
sls-mentor 1.0.0 available now! Your Free Open Source audit tool for AWS architectures!

sls-mentor 1.0.0 available now! Your Free Open Source audit tool for AWS architectures!

32
Comments
5 min read
Git "autofixup"

Git "autofixup"

13
Comments 4
2 min read
🙏Please, specify your units! 📏

🙏Please, specify your units! 📏

6
Comments
2 min read
Incremental lint fixes by GitHub Actions

Incremental lint fixes by GitHub Actions

11
Comments
4 min read
Prefer auto* Over auto for Pointer Declarations in C++

Prefer auto* Over auto for Pointer Declarations in C++

1
Comments 2
6 min read
The Orchard Core threequel. Rechecking the project with PVS-Studio

The Orchard Core threequel. Rechecking the project with PVS-Studio

1
Comments
9 min read
How can a static analyzer help Discord.NET developers?

How can a static analyzer help Discord.NET developers?

1
Comments
8 min read
Automated Accessibility Part 1: Linting

Automated Accessibility Part 1: Linting

26
Comments
3 min read
Quality instead of Quality Control

Quality instead of Quality Control

21
Comments
6 min read
Code Smell | Magic Numbers

Code Smell | Magic Numbers

3
Comments 2
1 min read
Say no to Tailwind, embrace plain CSS

Say no to Tailwind, embrace plain CSS

210
Comments 135
2 min read
Intermodular analysis of C and C++ projects in detail. Part 2

Intermodular analysis of C and C++ projects in detail. Part 2

4
Comments
17 min read
System Design| Business Rules Implementation

System Design| Business Rules Implementation

7
Comments
3 min read
How to Implement Custom ActiveRecord Validations — Ruby On Rails

How to Implement Custom ActiveRecord Validations — Ruby On Rails

8
Comments
3 min read
Resources(R.string) in viewModel in Android

Resources(R.string) in viewModel in Android

8
Comments
1 min read
30 knowledge base tools for developers in 2022

30 knowledge base tools for developers in 2022

15
Comments
3 min read
Building an Effective Code Review Process

Building an Effective Code Review Process

27
Comments 2
2 min read
Standardize code formatting with Spotless

Standardize code formatting with Spotless

7
Comments
2 min read
How to reduce cognitive complexity of a function?

How to reduce cognitive complexity of a function?

10
Comments 1
2 min read
Where do you stand on "magic" within languages and frameworks?

Where do you stand on "magic" within languages and frameworks?

47
Comments 43
1 min read
What is a JavaScript Beautifier?

What is a JavaScript Beautifier?

7
Comments 1
1 min read
Flutter : a journey to higher-quality apps

Flutter : a journey to higher-quality apps

25
Comments
12 min read
Improve Python Code Quality With Pylint

Improve Python Code Quality With Pylint

4
Comments
5 min read
How to know when to comment your Dart code

How to know when to comment your Dart code

7
Comments
5 min read
UUID

UUID

8
Comments
2 min read
Intermodular analysis of C and C++ projects in detail. Part 1

Intermodular analysis of C and C++ projects in detail. Part 1

3
Comments
13 min read
How to add PHP CS Fixer to your project?

How to add PHP CS Fixer to your project?

4
Comments
1 min read
Standardize imports with ESLint

Standardize imports with ESLint

5
Comments
2 min read
AWS Lambda Versions : Time to clean up! - sls-mentor is watching over you

AWS Lambda Versions : Time to clean up! - sls-mentor is watching over you

15
Comments
2 min read
High level programming - Explaining abstraction

High level programming - Explaining abstraction

5
Comments
4 min read
6 tips for refactoring code

6 tips for refactoring code

11
Comments
2 min read
Boy scout rule in 6 examples - the basic principle of web development

Boy scout rule in 6 examples - the basic principle of web development

7
Comments 1
9 min read
5 things I wish I knew before starting serious development (a journey into code perfection)

5 things I wish I knew before starting serious development (a journey into code perfection)

111
Comments 8
8 min read
A Brief Introduction to Code Review: Everything You Want to Know

A Brief Introduction to Code Review: Everything You Want to Know

7
Comments
9 min read
Sunsetting SourceLevel’s Automated Code Review feature: What’s next?

Sunsetting SourceLevel’s Automated Code Review feature: What’s next?

9
Comments
1 min read
AWS Lambda 101: Shave That Bundle Down

AWS Lambda 101: Shave That Bundle Down

19
Comments
2 min read
How to Reduce Time Spent on Refactoring? 3 Tips✅✅✅

How to Reduce Time Spent on Refactoring? 3 Tips✅✅✅

17
Comments 1
6 min read
Namespaces are just fine - No need to destructure every object in JavaScript

Namespaces are just fine - No need to destructure every object in JavaScript

12
Comments
2 min read
How NDepend Improves Your C# Code Quality?

How NDepend Improves Your C# Code Quality?

9
Comments
2 min read
How We Automated our End-to-End Testing from the First Line of Code

How We Automated our End-to-End Testing from the First Line of Code

11
Comments 2
9 min read
Common React Design patterns: Custom Hooks

Common React Design patterns: Custom Hooks

10
Comments
2 min read
Breaking down an advanced Typescript type!

Breaking down an advanced Typescript type!

9
Comments 2
2 min read
Replace a JPA entity with a DTO

Replace a JPA entity with a DTO

9
Comments 2
4 min read
Building your toolbox and sharpening your tools

Building your toolbox and sharpening your tools

8
Comments
3 min read
5 VSCode extensions that are guaranteed to make maintenance easier🔥

5 VSCode extensions that are guaranteed to make maintenance easier🔥

36
Comments 2
3 min read
Share your Java best practices with your team in IntelliJ

Share your Java best practices with your team in IntelliJ

9
Comments
3 min read
Code Smell | Data Clumps

Code Smell | Data Clumps

12
Comments
2 min read
Where There is Code There Should be a Review (but Why?)

Where There is Code There Should be a Review (but Why?)

12
Comments 8
2 min read
loading...