Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Android Refactoring
Search
Ricardo Borillo
April 24, 2015
Programming
6
640
Android Refactoring
Slides from the talk at Droidcon Spain 2015 (24th of April, Madrid)
Ricardo Borillo
April 24, 2015
Tweet
Share
More Decks by Ricardo Borillo
See All by Ricardo Borillo
De la metodología a la práctica. ¿Cómo trabajan los equipos de desarrollo?
borillo
0
36
Deuda técnica en procesos de entrega continua
borillo
1
34
Serverless y React, la pareja perfecta
borillo
0
240
Agile JavaScript
borillo
0
380
La ubicuidad de la tecnología
borillo
1
69
2 años en el Cloud: Presente y futuro del entorno de gestión UJI
borillo
0
83
El testing en JavaScript ya no es para gurús
borillo
0
470
Tendencias en el desarrollo profesional de aplicaciones con Java, React y Docker
borillo
2
210
Gestionando el viaje a la nube: El entorno de Gestión UJI en el cloud
borillo
0
130
Other Decks in Programming
See All in Programming
PHPのガベージコレクションを深掘りしよう
rinchoku
0
220
PHPUnit 高速化テクニック / PHPUnit Speedup Techniques
pinkumohikan
1
690
AtCoder Heuristic First-step Vol.1 講義スライド(山登り法・焼きなまし法編)
takumi152
3
870
remix + cloudflare workers (DO) docker上でいい感じに開発する
yoshidatomoaki
0
100
エンジニアに許された特別な時間の終わり
watany
89
81k
AI Agentを利用したAndroid開発について
yuchan2215
0
190
ローコードサービスの進化のためのモノレポ移行
taro28
1
310
ステートソーシング型イベント駆動の視点で捉えるCQRS+ES
shinnosuke0522
1
290
requirements with math
moony
0
490
CIBMTR振り返り+敗北から学ぶコンペの取り組み方反省
takanao
1
490
コンテナでLambdaをデプロイするときに知っておきたかったこと
_takahash
0
110
もっと大きなデータを送りませんか? エラーがゴロゴロ出るようなデータです
sublimer
0
180
Featured
See All Featured
Raft: Consensus for Rubyists
vanstee
137
6.8k
Done Done
chrislema
183
16k
Documentation Writing (for coders)
carmenintech
69
4.7k
Statistics for Hackers
jakevdp
797
220k
Git: the NoSQL Database
bkeepers
PRO
429
65k
Agile that works and the tools we love
rasmusluckow
328
21k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.5k
Measuring & Analyzing Core Web Vitals
bluesmoon
6
320
Testing 201, or: Great Expectations
jmmastey
42
7.3k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
11
600
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.2k
Build The Right Thing And Hit Your Dates
maggiecrowley
34
2.6k
Transcript
Android Ricardo Borillo @borillo Refactoring
None
None
None
None
None
None
None
None
None
None
None
None
None
None
martin fowler
“a change made to the internal structure of software to
make it easier to understand and cheaper to modify without changing its observable behavior”
None
None
Clean Code Architecture SOLID Refactoring Testing
vs STUPID SOLID
None
https://github.com/gdg-x/frisbee
STUPID Singleton Invasion
None
None
STUPID Tight Coupling
Inheritance Tell don’t ask Library Wrap
None
None
None
None
STUPID Untestability
None
Tight Coupling Singletons
None
STUPID Premature Optimization
Inner classes Code reuse by inheritance Enums Singleton
STUPID Indescriptive Naming
None
Magic Numbers Naming Comments
None
STUPID Duplication
Value Objects State+Query
None
PREFER COMPOSITION OVER INHERITANCE WRAP LIBRARIES ENCAPSULATE COLLECTIONS DON’T USE
PRIMITIVES IN HIGH LEVELS OF ABSTRACTION SWITCH
None
None
None