DEV Community

# codesmells

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Kotlin Code Smell 36 - Object Coupling

Kotlin Code Smell 36 - Object Coupling

1
Comments
1 min read
Kotlin Code Smell 35 - Explicit Iteration

Kotlin Code Smell 35 - Explicit Iteration

Comments
1 min read
Kotlin Code Smell 34 - Fragile Tests

Kotlin Code Smell 34 - Fragile Tests

Comments
2 min read
Kotlin Code Smell 33 - Caches

Kotlin Code Smell 33 - Caches

Comments
2 min read
Kotlin Code Smell 32 - Repeated Code

Kotlin Code Smell 32 - Repeated Code

Comments
2 min read
Kotlin Code Smell 31 - Not Polymorphic

Kotlin Code Smell 31 - Not Polymorphic

Comments
1 min read
Kotlin Code Smell 30 - Avoiding Concrete Class Subclassification Pitfalls

Kotlin Code Smell 30 - Avoiding Concrete Class Subclassification Pitfalls

1
Comments
2 min read
Kotlin Code Smell 29 - Taming the RegEx Beast for Cleaner Code

Kotlin Code Smell 29 - Taming the RegEx Beast for Cleaner Code

1
Comments
1 min read
Kotlin Code Smell 28 - Abstract Names

Kotlin Code Smell 28 - Abstract Names

1
Comments
1 min read
Kotlin Code Smell 27 - Protected Attributes

Kotlin Code Smell 27 - Protected Attributes

Comments
1 min read
Kotlin Code Smell 26 - if-else/when statements

Kotlin Code Smell 26 - if-else/when statements

Comments 2
2 min read
Kotlin Code Smell 25 - State as Properties

Kotlin Code Smell 25 - State as Properties

Comments
1 min read
Kotlin Code Smell 24 - Tackling Too Many Attributes

Kotlin Code Smell 24 - Tackling Too Many Attributes

Comments 2
2 min read
Kotlin Code Smell 23 - Singletons

Kotlin Code Smell 23 - Singletons

Comments
2 min read
Kotlin Code Smell 22 - Accidental Methods on Business Objects

Kotlin Code Smell 22 - Accidental Methods on Business Objects

Comments
2 min read
Kotlin Code Smell 21 - Mocking Business

Kotlin Code Smell 21 - Mocking Business

Comments
2 min read
Kotlin Code Smell 20 - Settings/Configs

Kotlin Code Smell 20 - Settings/Configs

Comments
2 min read
Kotlin Code Smells 19 - Setters

Kotlin Code Smells 19 - Setters

Comments
2 min read
Kotlin Code Smell 18 -Arrays Abusers

Kotlin Code Smell 18 -Arrays Abusers

Comments
2 min read
10 Dicas Basicas de Arquitetura de CĂłdigo : 2 - Code Smells

10 Dicas Basicas de Arquitetura de CĂłdigo : 2 - Code Smells

3
Comments
8 min read
Kotlin Code Smell 017 - Pattern Abusers

Kotlin Code Smell 017 - Pattern Abusers

Comments
1 min read
Kotlin Code Smell 16 - Instance Type Checking For Polymorphism

Kotlin Code Smell 16 - Instance Type Checking For Polymorphism

1
Comments
2 min read
Kotlin Code Smell 15 - Helper Classes

Kotlin Code Smell 15 - Helper Classes

Comments
2 min read
Kotlin Code Smells 14 - Anonymous Functions Abusers

Kotlin Code Smells 14 - Anonymous Functions Abusers

2
Comments
2 min read
Stop Checking Where You Are!

Stop Checking Where You Are!

Comments
3 min read
Kotlin Smell 13 - Companion Object Functions

Kotlin Smell 13 - Companion Object Functions

Comments
1 min read
Kotlin Code Smell 12 - Ripple Effect

Kotlin Code Smell 12 - Ripple Effect

1
Comments
1 min read
Kotlin Code Smell 11 - God Objects

Kotlin Code Smell 11 - God Objects

Comments
1 min read
Kotlin Code Smells 10 - Null

Kotlin Code Smells 10 - Null

Comments
2 min read
Kotlin Code Smell 9 - Subclassification for Code Reuse

Kotlin Code Smell 9 - Subclassification for Code Reuse

4
Comments
1 min read
Kotlin Code Smell 8 - Too Many Arguments

Kotlin Code Smell 8 - Too Many Arguments

3
Comments
1 min read
Kotlin Code Smell 7 - Long Chains Of Collaborations

Kotlin Code Smell 7 - Long Chains Of Collaborations

2
Comments
2 min read
Kotlin Code Smell 6 - Boolean Variables

Kotlin Code Smell 6 - Boolean Variables

4
Comments
1 min read
Kotlin Code Smell 4 - Comment Abusers

Kotlin Code Smell 4 - Comment Abusers

3
Comments
2 min read
Kotlin Code Smell 3 - String Abusers

Kotlin Code Smell 3 - String Abusers

4
Comments
1 min read
Kotlin Code Smell 1 - Constants and Magic Numbers

Kotlin Code Smell 1 - Constants and Magic Numbers

2
Comments
1 min read
Data clumps, primitive obsession and hidden tuples

Data clumps, primitive obsession and hidden tuples

Comments
2 min read
Design Your Codebase with Low Fan-out, High Fan-in Classes

Design Your Codebase with Low Fan-out, High Fan-in Classes

Comments
5 min read
Code Smell 110 - Switches With Defaults

Code Smell 110 - Switches With Defaults

6
Comments
2 min read
Code Smell 105 - Comedian Methods

Code Smell 105 - Comedian Methods

2
Comments 4
2 min read
Running a SonarQube Server and Scanner Client with Docker

Running a SonarQube Server and Scanner Client with Docker

7
Comments 1
3 min read
Code Smell 65 - Variables Named After Types

Code Smell 65 - Variables Named After Types

5
Comments 1
1 min read
Avoid primitive obsession and build your own context

Avoid primitive obsession and build your own context

1
Comments
3 min read
Simple setup for Static Code Analysis

Simple setup for Static Code Analysis

9
Comments 4
4 min read
Code Smells, nĂŁo deixa para depois.

Code Smells, nĂŁo deixa para depois.

3
Comments
3 min read
Code Smell — Too Many Parameters

Code Smell — Too Many Parameters

32
Comments 7
4 min read
Ruby's Safe Navigation Operator `&.` and is it a Code Smell?

Ruby's Safe Navigation Operator `&.` and is it a Code Smell?

8
Comments 2
3 min read
Code Smell: Excessively Short Identifiers

Code Smell: Excessively Short Identifiers

5
Comments 1
3 min read
Code Smell: Duplicated Code

Code Smell: Duplicated Code

8
Comments
3 min read
Changing Everything, So We Can Change Nothing: In Pursuit of Immutability

Changing Everything, So We Can Change Nothing: In Pursuit of Immutability

7
Comments
5 min read
Code Smell: Feature Envy

Code Smell: Feature Envy

5
Comments 1
4 min read
Code Smell: Selector Arguments

Code Smell: Selector Arguments

6
Comments 1
3 min read
Code Smell: Long Method

Code Smell: Long Method

9
Comments
4 min read
Code Smell: Changing Levels of Abstraction

Code Smell: Changing Levels of Abstraction

7
Comments
2 min read
Code Smell: Output Parameters

Code Smell: Output Parameters

14
Comments 1
3 min read
Do you have a minute or two to talk about Code Smells? - Part 1

Do you have a minute or two to talk about Code Smells? - Part 1

10
Comments 1
3 min read
Code Smell: Array Data Clumps

Code Smell: Array Data Clumps

7
Comments
3 min read
Code Smell: Abstractions?

Code Smell: Abstractions?

6
Comments 1
5 min read
Code Smell: Comments

Code Smell: Comments

4
Comments
4 min read
Code Smell: Shotgun Surgery

Code Smell: Shotgun Surgery

6
Comments
2 min read
loading...