$30 off During Our Annual Pro Sale. View Details »
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Holding Down your Technical Debt with SonarQube
Search
Papapetrou Patroklos
May 23, 2014
Programming
3
1.6k
Holding Down your Technical Debt with SonarQube
Presentation slides about my talk during JEEConf 2014
Papapetrou Patroklos
May 23, 2014
Tweet
Share
More Decks by Papapetrou Patroklos
See All by Papapetrou Patroklos
Beyond Clean Code & Code Quality
ppapapetrou76
1
580
3 Years of Remote Working in 30'
ppapapetrou76
0
90
Things I learned after doing 2400 code reviews in 6 months
ppapapetrou76
1
99
Managing Global Teams - Lessons Learned
ppapapetrou76
1
78
Technical Debt - Simply Explained
ppapapetrou76
5
190
Managing Global teams @SwanCon 2015
ppapapetrou76
0
100
The Art of Software Gardening
ppapapetrou76
0
410
Tips to improve software development productivity
ppapapetrou76
2
390
Unit testing basics and more...
ppapapetrou76
2
87
Other Decks in Programming
See All in Programming
TypeScriptでライブラリとの依存を限定的にする方法
tutinoko
3
830
AWS Lambdaから始まった Serverlessの「熱」とキャリアパス / It started with AWS Lambda Serverless “fever” and career path
seike460
PRO
1
410
型付き API リクエストを実現するいくつかの手法とその選択 / Typed API Request
euxn23
9
4k
「天気予報があなたに届けられるまで」 - NIFTY Tech Talk #22
niftycorp
PRO
0
130
[FlutterKaigi2024] Effective Form 〜Flutterによる複雑なフォーム開発の実践〜
chocoyama
0
3.9k
[KR] Open-Source Ecosystems
skydoves
0
110
物流システムにおけるリファクタリングとアーキテクチャの再構築 〜依存関係とモジュール分割の重要性〜
deeprain
1
260
DevTools extensions で 独自の DevTool を開発する | FlutterKaigi 2024
kokiyoshida
0
290
第5回日本眼科AI学会総会_AIコンテスト_3位解法
neilsaw
0
100
見せてあげますよ、「本物のLaravel批判」ってやつを。
77web
7
8k
イマのCSSでできる インタラクション最前線 + CSS最新情報
clockmaker
5
3.7k
OnlineTestConf: Test Automation Friend or Foe
maaretp
0
140
Featured
See All Featured
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
Product Roadmaps are Hard
iamctodd
PRO
49
11k
Navigating Team Friction
lara
183
15k
How To Stay Up To Date on Web Technology
chriscoyier
789
250k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
Raft: Consensus for Rubyists
vanstee
136
6.7k
Music & Morning Musume
bryan
46
6.2k
Statistics for Hackers
jakevdp
796
220k
Testing 201, or: Great Expectations
jmmastey
40
7.1k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
27
2.1k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
27
880
Designing on Purpose - Digital PM Summit 2013
jponch
115
7k
Transcript
Holding Down your Technical Debt with Patroklos Papapetrou @ppapapetrou76 Holding
Down your Technical Debt with
About me
Agenda • Code Quality (what, why, when and how?) •
The seven axes of quality • Technical Debt • SonarQube Introduction • Demo time
private String _ugly_name; private String ANOTHER_$UGLY___NAME; private static String am_i_static;
public void please_work(ArrayList objects){ for (Object object : objects){ if (object == null){ String toString = object.toString(); } else am_i_static = object.toString(); doSomething(object); } } private void doSomething(Object object) throws NullPointerException { throw new NullPointerException(object.toString()); }
What is code quality?
What is code quality? “It’s an indicator about how quickly
developers can add business value to a software system”
Why measure? Source code is the heart of every system
Why measure? Developers don't write “new” software. They maintain “legacy”
systems.
Why measure? We, the developers are lazy monkeys
The broken window theory
When it's the right time to measure • From project's
day #0 • Continuosly • Prevention vs post-actions • Prioritize and plan
What we should measure; • Abstract numbers? (Almost) useless •
Evolution through time? Definitely! • Metrics? Yes but which ones? • Welcome to the seven deadly sins of developers
The seven axes of quality
The seven axes of quality Design Duplications Documentation Com plexity
Unit Tests Coding rules Potential Bug Technical Debt
Technical Debt “If the debt grows large enough, eventually the
company will spend more on servicing its debt than it invests in increasing the value of its other assets” Steve McConnell (Author of code complete)
This is how the source code looks like when we
don't pay off technical debt
“Good” & “Bad” Technical Debt
What is SonarQube; • Free & open source “Code Quality
Platform” • Provides moment-in-time quality snapshots • Gives trends of lagging and leading indicators • Tracks developers’ seven deadly sins
How it works? Reads and analyzes source code files Computes
hundreds of metrics Associates them with analysis snapshots and stores them Shows the results in dashboards and widgets accessible by any browser
SonarQube for everything... • Initially designed for Maven Java projects
• Today supports more than 20 languages Commercial : ABAP, C, C++, Cobol, Natural, PL/SQL, Visual Basic Open Source : C++, C#, Flex, Groovy, Android, Javascript, PHP, Python, XML, Web(xhtml, jsp , jsf), Erlang
For testers / QA stuff. Which parts of the system
lack unit testing? … and for everyone For developers. Is my code “good”? How can I improve For architects. Is the initial design “broken”? How about complexity? For managers. Give me the numbers!!! Are we going up or down?
SonarQube star Features Dashboards
SonarQube star Features Historical Data
SonarQube star Features Differential Views
SonarQube star Features Components drilldown views
SonarQube star Features Quality Gates
DEMO TIME
The big picture Track and reduce Technical Debt on an
ongoing basis. (Clean up kitchen every day)
The big picture Engage all devs from day #1 (Not
only mums wash the dishes )
I have a dream… ...that one day code quality management
will be as much as important and essential is today source code management
Thank you ppapapetrou76 @ppapapetrou76 http://www.linkedin.com/in/ppapapetrou 1