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
TDD e boas práticas na programação: uma breve i...
Search
Amanda Pedroso
November 08, 2015
Programming
0
270
TDD e boas práticas na programação: uma breve introdução
Amanda Pedroso
November 08, 2015
Tweet
Share
Other Decks in Programming
See All in Programming
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
50
33k
チームで開発し事業を加速するための"良い"設計の考え方 @ サポーターズCoLab 2025-07-08
agatan
0
190
git worktree × Claude Code × MCP ~生成AI時代の並列開発フロー~
hisuzuya
1
550
Systèmes distribués, pour le meilleur et pour le pire - BreizhCamp 2025 - Conférence
slecache
0
120
『自分のデータだけ見せたい!』を叶える──Laravel × Casbin で複雑権限をスッキリ解きほぐす 25 分
akitotsukahara
2
620
童醫院敏捷轉型的實踐經驗
cclai999
0
210
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
420
イベントストーミング図からコードへの変換手順 / Procedure for Converting Event Storming Diagrams to Code
nrslib
2
640
Discover Metal 4
rei315
2
120
datadog dash 2025 LLM observability for reliability and stability
ivry_presentationmaterials
0
450
AIと”コードの評価関数”を共有する / Share the "code evaluation function" with AI
euglena1215
1
140
Porting a visionOS App to Android XR
akkeylab
0
320
Featured
See All Featured
Mobile First: as difficult as doing things right
swwweet
223
9.7k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.7k
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.4k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
How to Ace a Technical Interview
jacobian
277
23k
Raft: Consensus for Rubyists
vanstee
140
7k
Documentation Writing (for coders)
carmenintech
72
4.9k
Building an army of robots
kneath
306
45k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Stop Working from a Prison Cell
hatefulcrawdad
270
21k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
A better future with KSS
kneath
239
17k
Transcript
TDD e boas práticas na programação: uma breve introdução
Amanda Pedroso amandaclarck
[email protected]
None
Clean Code
Robert C. Martin “Uncle Bob” 1970 Manifesto Ágil Clean Code
Boas práticas
Nome de métodos
Nomes de variáveis identificáveis
Nome de método e variáveis identificáveis
DRY Don’t repeat yourself Bugs
Código comentado
None
Indentação Inf. Inserção de espaços, parágrafos etc. em um código
de linguagem de programação [F.: Do ing. indentation.]
TDD
Vantagens
Obrigada