DEV Community

# codequality

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
7 drawbacks of linting tools

7 drawbacks of linting tools

5
Comments
4 min read
Making your first express js server (with explanation)

Making your first express js server (with explanation)

24
Comments 7
3 min read
Introduction to SOLID Principles

Introduction to SOLID Principles

21
Comments
2 min read
Single Responsibility Principle

Single Responsibility Principle

13
Comments
3 min read
From Scroll to Grid in a snap!

From Scroll to Grid in a snap!

5
Comments
1 min read
Are Default Params in JavaScript bad? (Snack pack #4)

Are Default Params in JavaScript bad? (Snack pack #4)

5
Comments
1 min read
Software Entropy And How To Prevent It

Software Entropy And How To Prevent It

5
Comments 1
3 min read
Solid. Is It Still Useful In 2021?

Solid. Is It Still Useful In 2021?

219
Comments 17
5 min read
How to improve your code: tips and reflections

How to improve your code: tips and reflections

7
Comments 1
1 min read
Ugliest piece of code you have to write every day

Ugliest piece of code you have to write every day

5
Comments
4 min read
Making your KotlinJS Website Mobile-Friendly

Making your KotlinJS Website Mobile-Friendly

12
Comments 1
4 min read
Lessons from the Gilded Rose refactoring Kata

Lessons from the Gilded Rose refactoring Kata

9
Comments
4 min read
Code Review vs. Testing

Code Review vs. Testing

2
Comments
3 min read
Micro-pattern: IIFE and Return-Early

Micro-pattern: IIFE and Return-Early

5
Comments
4 min read
10 Questions From Our Users

10 Questions From Our Users

20
Comments
4 min read
Improve Your Robot Framework Tests With Robocop

Improve Your Robot Framework Tests With Robocop

4
Comments
7 min read
Is This the Right HTTP Response Code?

Is This the Right HTTP Response Code?

5
Comments 2
7 min read
10 Tips to Write Clean Code

10 Tips to Write Clean Code

72
Comments 16
3 min read
Open sourcing a Python project? - Tools you should know about

Open sourcing a Python project? - Tools you should know about

8
Comments 5
3 min read
Programming concepts in JS: Currying 🍛

Programming concepts in JS: Currying 🍛

10
Comments
4 min read
setTimeout & setInterval best practice

setTimeout & setInterval best practice

13
Comments
2 min read
For...of Loop Refactoring

For...of Loop Refactoring

7
Comments
1 min read
7 things to consider before starting to refactor Code

7 things to consider before starting to refactor Code

2
Comments
2 min read
You ain't gonna need it

You ain't gonna need it

114
Comments 21
2 min read
Why The Dependency Inversion Principle Is Worth Using

Why The Dependency Inversion Principle Is Worth Using

11
Comments 1
3 min read
Tutorial: Sudo commands that you should know as a web developer

Tutorial: Sudo commands that you should know as a web developer

21
Comments 3
2 min read
Top 10 ways to perform fast code reviews

Top 10 ways to perform fast code reviews

18
Comments 3
7 min read
April LeetCoding Challenge 2021 — Day 1: Palindrome Linked List

April LeetCoding Challenge 2021 — Day 1: Palindrome Linked List

5
Comments
2 min read
Transpiling your boolean payload

Transpiling your boolean payload

5
Comments
2 min read
Is It Practical To Use Interface Segregation Principle?

Is It Practical To Use Interface Segregation Principle?

8
Comments
2 min read
2 Simple Tips To Clean Nested IF/ELSE Conditions.

2 Simple Tips To Clean Nested IF/ELSE Conditions.

11
Comments 2
2 min read
Is The Liskov Substitution Principle Really Useful?

Is The Liskov Substitution Principle Really Useful?

15
Comments 3
3 min read
Nobody Likes a DRY PASTRY

Nobody Likes a DRY PASTRY

7
Comments 1
7 min read
KotlinJS and MULTIPLE State Hooks (Part two)

KotlinJS and MULTIPLE State Hooks (Part two)

6
Comments
9 min read
Car keys toggle it right !

Car keys toggle it right !

5
Comments 10
2 min read
If/Else Pyramids

If/Else Pyramids

3
Comments
5 min read
Shortest & Usefullest React component you'll ever use

Shortest & Usefullest React component you'll ever use

7
Comments
1 min read
Custom Properties, never again without you

Custom Properties, never again without you

6
Comments 2
2 min read
Let's remember the concept of Abstraction, Generalisation, Decomposition and Encapsulation in one go!

Let's remember the concept of Abstraction, Generalisation, Decomposition and Encapsulation in one go!

4
Comments 1
6 min read
Top 6 items for your code review checklist

Top 6 items for your code review checklist

7
Comments
4 min read
Handwritten Code

Handwritten Code

4
Comments
5 min read
Awesome 5 javascript Shorthands

Awesome 5 javascript Shorthands

107
Comments 15
2 min read
Laravel Best Practice [Coding Standards Part 01 ] 🧑‍🦰👩‍🦰

Laravel Best Practice [Coding Standards Part 01 ] 🧑‍🦰👩‍🦰

34
Comments 3
3 min read
Freedom to decide, responsibility to explain - How and why to automate your architecture docs

Freedom to decide, responsibility to explain - How and why to automate your architecture docs

11
Comments
5 min read
The Opinionated Guide to Setting Up a Sourcegraph Server for More Productive Advanced Code Search

The Opinionated Guide to Setting Up a Sourcegraph Server for More Productive Advanced Code Search

7
Comments
7 min read
We knocked out our own site with a slow query

We knocked out our own site with a slow query

16
Comments
5 min read
Function in Every Programming Language

Function in Every Programming Language

28
Comments 14
4 min read
Do You Even NPM, Bro??

Do You Even NPM, Bro??

41
Comments 10
6 min read
Testes de Mutação - Garanta já a qualidade do seu código

Testes de Mutação - Garanta já a qualidade do seu código

19
Comments 8
5 min read
"We didn't write tests because we wanted to get our code out faster"

"We didn't write tests because we wanted to get our code out faster"

11
Comments 2
2 min read
Comparing Boolean Expression to True

Comparing Boolean Expression to True

5
Comments
2 min read
The Encapsulation Principle Explained

The Encapsulation Principle Explained

28
Comments
4 min read
How to Conduct a Constructive Code Review

How to Conduct a Constructive Code Review

4
Comments
3 min read
Python Refactorings Part 2

Python Refactorings Part 2

7
Comments 1
5 min read
Breaking builds, baseball bats, and the code quality DNA

Breaking builds, baseball bats, and the code quality DNA

2
Comments
4 min read
Repository Pattern With Javascript

Repository Pattern With Javascript

37
Comments 3
3 min read
Don't Leave Comments on Pull Requests - Leave Pictures

Don't Leave Comments on Pull Requests - Leave Pictures

89
Comments 11
8 min read
KotlinJS and State Hooks

KotlinJS and State Hooks

12
Comments 2
6 min read
Review of Java Static Analysis Tools

Review of Java Static Analysis Tools

7
Comments
3 min read
The {Zero, One, Two, Many} Tip For Better UX

The {Zero, One, Two, Many} Tip For Better UX

11
Comments
1 min read
loading...