SlideShare a Scribd company logo
Code Quality
@kosalanuwan
get some paper,
put it in a typewriter,
type FADE IN
... and keep typing
- Peter Falk told to Paul Reiser
A computer program is
the most complicated thing on earth,
second to a woman's brain
- Marvin Silva
PRE DEMO: What it looks like
Maybe it breaks down.
Maybe a better program is created
to replace it - happens all the time
- The Oracle told to Neo
Why do you have to care?
- Understandability
- Readability
- Changeability
- Extensibility
- Maintainability
The costs:
- Respond to change
- Cost of change
- Technical debt
How do you write bad code?
- Rigid
- Fragile
- Immobility
- Design debt : Technical debt by taking shortcuts?
- Environment debt : Technical debt by not running build, test, and other tasks
- Needless complexity
- Needless repetition
- Opacity
I know it when I see it!
- KP told to The Wife
My gut says it’s clean,
so I believe it
- KP
When you are matured with
these principles and patterns
it will become difficult
for you to think without those
- KP
Where to begin?
- Good IDE
- Static analysis tools
- Builds
- Test automation tools
- Source control
- Continuous integration
DEMO: Code Analysis
How to practice?
- Code kata
- Pair programming
- Design/Code reviews
- Peer reviews
Code Quality for a Fresh Start
Other things that go with it?
- KISS
- Boy scout rule
- Root cause analysis
- Following standard conventions
- Class design principles
What can you do TODAY?
- Naming conventions
- Methods
- Design principles
- Dependency injection
- Encapsulate conditionals
- Polymorphism to If/Else or Switch/Case
- Exception over return codes
DEMO: Standard naming conventions
DEMO: Methods
DEMO: Query from command
DEMO: DRY up yourself
DEMO: Dependency injection by hand
DEMO: Encapsulate various things
DEMO: Polymorphics
DEMO: Replacing errors and exceptions
Do you swear to write software,
the whole software
and nothing but well-crafted software
so help you God!
- The Software Craftsmanship Oath
Happy Coding 
@kosalanuwan
http://kosalanuwan.tumblr.com/
Code Kata:
- Reverse my array
- Fizz Buzz
New requirements:
- Optimize, don’t use any other arrays

More Related Content

PDF
Detangling Your JavaScript
KEY
Javascript Tests with Jasmine for Front-end Devs
PPTX
Zero to tested
PDF
Product Vs Craft
PPTX
Agile code quality metrics
PDF
Why do you say BDD if it is Cucumber?
PDF
TDD for the masses
PDF
Form Function Class 6, Manila, Philippines 14/11/2015
Detangling Your JavaScript
Javascript Tests with Jasmine for Front-end Devs
Zero to tested
Product Vs Craft
Agile code quality metrics
Why do you say BDD if it is Cucumber?
TDD for the masses
Form Function Class 6, Manila, Philippines 14/11/2015

What's hot (14)

ODP
BDD with Behat
PPTX
How have we developed product without bugs
PPT
How to write bad code using C#
ODP
Geecon10: Object Oriented for nonbelievers
PDF
Letter to a Junior Developer: The Engineering Side of Programming
PDF
Is your API misbehaving?(Keith-Casey)
PPTX
Runing JMeter Tests On Rancher
PPTX
Running Automated Acceptance Tests On Rancher
PPT
Testing Storm components with Groovy and Spock
PDF
Good code, Bad Code
PDF
PDF
Twenty Startups A Year Without Going Crazy
PPTX
How should be changed to be a better Programmer
PDF
Let the Elephants Leave the Room: Tips for Making Development Life Leaner by ...
BDD with Behat
How have we developed product without bugs
How to write bad code using C#
Geecon10: Object Oriented for nonbelievers
Letter to a Junior Developer: The Engineering Side of Programming
Is your API misbehaving?(Keith-Casey)
Runing JMeter Tests On Rancher
Running Automated Acceptance Tests On Rancher
Testing Storm components with Groovy and Spock
Good code, Bad Code
Twenty Startups A Year Without Going Crazy
How should be changed to be a better Programmer
Let the Elephants Leave the Room: Tips for Making Development Life Leaner by ...
Ad

Viewers also liked (12)

PPTX
Crafting features that matter - UX from a Modern Analyst's perspective
PPTX
Web-centric application architectures
PPTX
If you dont appear on google
PPTX
Fake It Before Make It
PPTX
Emphasis on sprint delivery model with Feature Crews
PPTX
Lean UX and Design winning mobile apps
PPTX
Why certain code is hard to test?
PPTX
Automating mobile usability heuristics
PPTX
Developer Best Practices - The secret sauce for coding modern software
PPTX
Design stunning user experience with expression blend
PPTX
Native vs Web vs Hybrid Mobile Application Development
PPTX
Tugas persentasi barang yang melekat pada tubuh kita
Crafting features that matter - UX from a Modern Analyst's perspective
Web-centric application architectures
If you dont appear on google
Fake It Before Make It
Emphasis on sprint delivery model with Feature Crews
Lean UX and Design winning mobile apps
Why certain code is hard to test?
Automating mobile usability heuristics
Developer Best Practices - The secret sauce for coding modern software
Design stunning user experience with expression blend
Native vs Web vs Hybrid Mobile Application Development
Tugas persentasi barang yang melekat pada tubuh kita
Ad

Similar to Code Quality for a Fresh Start (20)

PPTX
Software Design
PPTX
What they don't teach you in CS departments
PDF
Software Craftmanship - Cours Polytech
PPTX
Slides for Houston iPhone Developers' Meetup (April 2012)
 
PPTX
Software Craftsmanship and Agile Code Games
PPT
CS2006Ch02A.ppt dfxgbfdcgbhfcdhbfdcbfdcgfdg
PPTX
Writing code for others
PDF
Why do lazy developers write beautiful code?
PPTX
Best pratice
PDF
97 thingseveryprogrammershouldknow
PDF
Selective 97 things every programmer should know
PPT
SOFWARE QUALITY, INTRODUCTION
PPTX
Code reviews
PPT
Clean Code summary
PPTX
Preocupações Desenvolvedor Ágil
PDF
How to write maintainable code - Peter Hilton - Codemotion Amsterdam 2017
PDF
How to write maintainable code
PPTX
Clean Code Part III - Craftsmanship at SoCal Code Camp
PPT
Software Engineering Lec 1-introduction
PDF
Software design - Write solid software with the ideal chalk
Software Design
What they don't teach you in CS departments
Software Craftmanship - Cours Polytech
Slides for Houston iPhone Developers' Meetup (April 2012)
 
Software Craftsmanship and Agile Code Games
CS2006Ch02A.ppt dfxgbfdcgbhfcdhbfdcbfdcgfdg
Writing code for others
Why do lazy developers write beautiful code?
Best pratice
97 thingseveryprogrammershouldknow
Selective 97 things every programmer should know
SOFWARE QUALITY, INTRODUCTION
Code reviews
Clean Code summary
Preocupações Desenvolvedor Ágil
How to write maintainable code - Peter Hilton - Codemotion Amsterdam 2017
How to write maintainable code
Clean Code Part III - Craftsmanship at SoCal Code Camp
Software Engineering Lec 1-introduction
Software design - Write solid software with the ideal chalk

Recently uploaded (20)

PPTX
CHAPTER 2 - PM Management and IT Context
PDF
Tally Prime Crack Download New Version 5.1 [2025] (License Key Free
PDF
Salesforce Agentforce AI Implementation.pdf
PPTX
Advanced SystemCare Ultimate Crack + Portable (2025)
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
Download FL Studio Crack Latest version 2025 ?
PDF
AutoCAD Professional Crack 2025 With License Key
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
Autodesk AutoCAD Crack Free Download 2025
PPTX
Patient Appointment Booking in Odoo with online payment
PPTX
Monitoring Stack: Grafana, Loki & Promtail
PDF
17 Powerful Integrations Your Next-Gen MLM Software Needs
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
CapCut Video Editor 6.8.1 Crack for PC Latest Download (Fully Activated) 2025
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PPTX
Oracle Fusion HCM Cloud Demo for Beginners
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PDF
iTop VPN 6.5.0 Crack + License Key 2025 (Premium Version)
PDF
Nekopoi APK 2025 free lastest update
CHAPTER 2 - PM Management and IT Context
Tally Prime Crack Download New Version 5.1 [2025] (License Key Free
Salesforce Agentforce AI Implementation.pdf
Advanced SystemCare Ultimate Crack + Portable (2025)
wealthsignaloriginal-com-DS-text-... (1).pdf
Wondershare Filmora 15 Crack With Activation Key [2025
Download FL Studio Crack Latest version 2025 ?
AutoCAD Professional Crack 2025 With License Key
Design an Analysis of Algorithms II-SECS-1021-03
Autodesk AutoCAD Crack Free Download 2025
Patient Appointment Booking in Odoo with online payment
Monitoring Stack: Grafana, Loki & Promtail
17 Powerful Integrations Your Next-Gen MLM Software Needs
Navsoft: AI-Powered Business Solutions & Custom Software Development
CapCut Video Editor 6.8.1 Crack for PC Latest Download (Fully Activated) 2025
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
Oracle Fusion HCM Cloud Demo for Beginners
Odoo Companies in India – Driving Business Transformation.pdf
iTop VPN 6.5.0 Crack + License Key 2025 (Premium Version)
Nekopoi APK 2025 free lastest update

Code Quality for a Fresh Start