DEV Community

# codequality

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
what is buffer in c/c++?

what is buffer in c/c++?

3
Comments
1 min read
Stop Using "data" as a Variable Name

Stop Using "data" as a Variable Name

330
Comments 56
4 min read
How do you test your code?

How do you test your code?

3
Comments 2
1 min read
A Case for snake_case

A Case for snake_case

5
Comments
1 min read
6 Things Programmers Can Learn From Writers

6 Things Programmers Can Learn From Writers

11
Comments
5 min read
Regular GIT actions of developers in 2021

Regular GIT actions of developers in 2021

15
Comments
3 min read
Why Do JS Devs Hate Namespaces?

Why Do JS Devs Hate Namespaces?

33
Comments 23
6 min read
The Perils of Remote Work

The Perils of Remote Work

133
Comments 16
9 min read
Django refactor challenge: can you fix all the ORM anti patterns?

Django refactor challenge: can you fix all the ORM anti patterns?

5
Comments
1 min read
From 100% to 0% CPU with memoization

From 100% to 0% CPU with memoization

23
Comments 3
1 min read
Heuristics for Object-Oriented Design in Ruby

Heuristics for Object-Oriented Design in Ruby

9
Comments 2
13 min read
How to test Bash scripts (2020 guide)

How to test Bash scripts (2020 guide)

10
Comments
4 min read
Destroy All Dependencies, or: why structural typing is awesome

Destroy All Dependencies, or: why structural typing is awesome

8
Comments
16 min read
Clean up your code by applying these 7 rules ⚡️

Clean up your code by applying these 7 rules ⚡️

545
Comments 24
6 min read
Custom sorting in Python

Custom sorting in Python

7
Comments
2 min read
How Fighting Programming Anxiety Made Me a Better Code: 5 Tips to Follow For Dealing With Coding Stress

How Fighting Programming Anxiety Made Me a Better Code: 5 Tips to Follow For Dealing With Coding Stress

3
Comments
9 min read
Story: The Worst Day Of 6 Years At Work

Story: The Worst Day Of 6 Years At Work

6
Comments 2
2 min read
Writing Cleaner Tests with Jest Extensions

Writing Cleaner Tests with Jest Extensions

6
Comments
5 min read
How to become a Web Developer

How to become a Web Developer

4
Comments
3 min read
I use static by default... But should I?

I use static by default... But should I?

2
Comments 6
2 min read
Story: How I Dealt with Feature Creeping CEO

Story: How I Dealt with Feature Creeping CEO

2
Comments
3 min read
The Cost of Technical Debt

The Cost of Technical Debt

2
Comments
2 min read
Don't create leftovers (DCL)

Don't create leftovers (DCL)

8
Comments
4 min read
O que é Arquitetura Limpa

O que é Arquitetura Limpa

3
Comments
3 min read
Java vs Python

Java vs Python

7
Comments
1 min read
Why You Should Always Use Curly Braces For Single Statement Blocks In C#

Why You Should Always Use Curly Braces For Single Statement Blocks In C#

7
Comments 4
2 min read
How I Use Xcode's Template Library To Reduce Boredom

How I Use Xcode's Template Library To Reduce Boredom

7
Comments
7 min read
API Testing with Java and REST Assured - Schema Validation

API Testing with Java and REST Assured - Schema Validation

7
Comments
4 min read
Effective Naming of Booleans

Effective Naming of Booleans

1
Comments
3 min read
Integrate logging into your C++ Project. Do it right — do it once!

Integrate logging into your C++ Project. Do it right — do it once!

4
Comments 1
3 min read
5 Tips for writing better conditionals in JavaScript

5 Tips for writing better conditionals in JavaScript

18
Comments
3 min read
Love to write code, don't like writing comments...Intro to Docly

Love to write code, don't like writing comments...Intro to Docly

2
Comments
1 min read
Developer Diaries : Refactor Code!! Noooo.. :'(

Developer Diaries : Refactor Code!! Noooo.. :'(

4
Comments 1
2 min read
JS ES6 Object Destructuring

JS ES6 Object Destructuring

2
Comments
2 min read
How clean is your code? Part I

How clean is your code? Part I

10
Comments
6 min read
How to be more successful at software maintenance

How to be more successful at software maintenance

8
Comments 2
9 min read
Introducing ember-mirage-gen

Introducing ember-mirage-gen

17
Comments
1 min read
Getting started with SonarQube (java, maven and docker)

Getting started with SonarQube (java, maven and docker)

2
Comments
6 min read
Concrete Self-Documenting Code Strategies

Concrete Self-Documenting Code Strategies

5
Comments
1 min read
Bugs lurking in your urls.py

Bugs lurking in your urls.py

7
Comments
3 min read
What is git and why it is used?

What is git and why it is used?

2
Comments
3 min read
Coding Best Practices for Java Apps

Coding Best Practices for Java Apps

17
Comments
2 min read
Adding New Lint Rules Without the Fuss

Adding New Lint Rules Without the Fuss

10
Comments
5 min read
What is a good code review?

What is a good code review?

9
Comments 5
5 min read
PHP - Create a simple session wrapper class

PHP - Create a simple session wrapper class

21
Comments
1 min read
Code Quality Measurement

Code Quality Measurement

7
Comments 2
1 min read
The hidden Django anti-pattern preventing your prod rollback

The hidden Django anti-pattern preventing your prod rollback

6
Comments
2 min read
Three tips to be a better code reviewer today

Three tips to be a better code reviewer today

9
Comments
3 min read
Testing of a RESTful API

Testing of a RESTful API

3
Comments
3 min read
Fixing inefficient Django ORM in brownfield projects

Fixing inefficient Django ORM in brownfield projects

6
Comments 1
3 min read
Docker best practices: lint your Dockerfile!

Docker best practices: lint your Dockerfile!

11
Comments 1
2 min read
End to End test automation for web apps

End to End test automation for web apps

50
Comments
1 min read
A importância de organizar seu CSS!

A importância de organizar seu CSS!

5
Comments 5
5 min read
Detecting code that will break Django migrations

Detecting code that will break Django migrations

4
Comments
2 min read
API testing with Java and REST Assured - getting started

API testing with Java and REST Assured - getting started

15
Comments
5 min read
Naked settings.py in your codebase?

Naked settings.py in your codebase?

2
Comments
3 min read
Functions should have same level of abstraction

Functions should have same level of abstraction

7
Comments
2 min read
Create and test RESTful APIs

Create and test RESTful APIs

5
Comments
3 min read
Why we need Code Reviews

Why we need Code Reviews

6
Comments
2 min read
A Beginner's Guide To Writing Clean Code

A Beginner's Guide To Writing Clean Code

34
Comments 2
5 min read
loading...