SlideShare a Scribd company logo
Clean Code
Smells and Heuristics
Agenda
1. Comments
2. Names
3. Functions
4. Environments
5. General
Comments
Smell
Inappropriate Information
Smell
Obsolete Comment
Smell
Redundant Comment
Poorly Written Comment
- Choose your words carefully
- Use correct grammar and punctuation
- Don’t ramble. Don’t state the obvious.
Be brief.
Smell
Commented-out code
Names
Smell
Choose Descriptive Names
Use Standard Nomenclature
Where Possible
- Names are easier to understand if they
are based on existing convention or
usage
Smell
Smell
Smell
Functions
Smell
Smell
Smell
Dead functions
Methods that are never called should be discarded. Keeping dead code
around is wasteful.
Environments
Environments
- Build Requires More Than One Step
- Tests Require More Than One Step
General
Smell
Smell
Smell
Overridden Safeties
- Don’t turn-off warning compiler
- Don’t disable or remove fail test cases
Smell
Smell
Smell
Smell
Smell
Smell
Artificial Coupling
- General enums should not be contained
within more specific classes
- Static function
Smell
Smell
Smell
Smell
Smell
Smell
Smell
Smell
Smell
Smell
Smell
Smell
Smell
Avoid Negative Conditionals
Smell
Functions Should Do One Thing
Smell
Hidden Temporal Couplings
Smell
Encapsulate Boundary Conditions
Smell
Avoid Transitive Navigation

More Related Content

PDF
Chapter17 of clean code
PPTX
Coding standards
PPTX
Software development best practices & coding guidelines
KEY
Clean code and Code Smells
PPTX
Clean Code Principles
PPT
operator
PPTX
Clean code slide
PDF
Clean code
Chapter17 of clean code
Coding standards
Software development best practices & coding guidelines
Clean code and Code Smells
Clean Code Principles
operator
Clean code slide
Clean code

What's hot (20)

PPTX
clean code book summary - uncle bob - English version
KEY
Clean Code
PDF
PPT
enums
PPTX
Determiners-English Grammar
PPTX
Clean code
PPTX
scope rules.pptx
PPTX
5 nested if in c with proper example
PDF
Learn C# Programming - Decision Making & Loops
PPT
PPTX
Clean code
PPTX
Programming in c (importance of c)
PPTX
Functions in c language
PPTX
Punctuation
DOCX
PPS 5.5.BASIC ALGORITHMS SEARCHING (LINEAR SEARCH, BINARY SEARCH ETC.), BASI...
PDF
STRUCTURE AND UNION IN C MRS.SOWMYA JYOTHI.pdf
PPT
Punctuation by Monir Hossen
PPT
C# Exceptions Handling
PPTX
Urdu grammar
clean code book summary - uncle bob - English version
Clean Code
enums
Determiners-English Grammar
Clean code
scope rules.pptx
5 nested if in c with proper example
Learn C# Programming - Decision Making & Loops
Clean code
Programming in c (importance of c)
Functions in c language
Punctuation
PPS 5.5.BASIC ALGORITHMS SEARCHING (LINEAR SEARCH, BINARY SEARCH ETC.), BASI...
STRUCTURE AND UNION IN C MRS.SOWMYA JYOTHI.pdf
Punctuation by Monir Hossen
C# Exceptions Handling
Urdu grammar
Ad

Recently uploaded (20)

PDF
STL Containers in C++ : Sequence Container : Vector
PDF
Complete Guide to Website Development in Malaysia for SMEs
PDF
Cost to Outsource Software Development in 2025
PDF
How AI/LLM recommend to you ? GDG meetup 16 Aug by Fariman Guliev
PDF
iTop VPN Crack Latest Version Full Key 2025
PDF
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
PDF
DNT Brochure 2025 – ISV Solutions @ D365
PPTX
Embracing Complexity in Serverless! GOTO Serverless Bengaluru
PDF
How Tridens DevSecOps Ensures Compliance, Security, and Agility
PDF
EaseUS PDF Editor Pro 6.2.0.2 Crack with License Key 2025
PDF
AI/ML Infra Meetup | Beyond S3's Basics: Architecting for AI-Native Data Access
PPTX
Custom Software Development Services.pptx.pptx
PPTX
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PDF
AI-Powered Threat Modeling: The Future of Cybersecurity by Arun Kumar Elengov...
PPTX
Cybersecurity: Protecting the Digital World
PPTX
Trending Python Topics for Data Visualization in 2025
PPTX
Introduction to Windows Operating System
PDF
AI/ML Infra Meetup | LLM Agents and Implementation Challenges
PDF
How to Make Money in the Metaverse_ Top Strategies for Beginners.pdf
STL Containers in C++ : Sequence Container : Vector
Complete Guide to Website Development in Malaysia for SMEs
Cost to Outsource Software Development in 2025
How AI/LLM recommend to you ? GDG meetup 16 Aug by Fariman Guliev
iTop VPN Crack Latest Version Full Key 2025
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
DNT Brochure 2025 – ISV Solutions @ D365
Embracing Complexity in Serverless! GOTO Serverless Bengaluru
How Tridens DevSecOps Ensures Compliance, Security, and Agility
EaseUS PDF Editor Pro 6.2.0.2 Crack with License Key 2025
AI/ML Infra Meetup | Beyond S3's Basics: Architecting for AI-Native Data Access
Custom Software Development Services.pptx.pptx
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
AI-Powered Threat Modeling: The Future of Cybersecurity by Arun Kumar Elengov...
Cybersecurity: Protecting the Digital World
Trending Python Topics for Data Visualization in 2025
Introduction to Windows Operating System
AI/ML Infra Meetup | LLM Agents and Implementation Challenges
How to Make Money in the Metaverse_ Top Strategies for Beginners.pdf
Ad

Clean code - smells and heuristics