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
Coderetreat
Search
jenadevs
May 21, 2016
Programming
0
380
Coderetreat
Talk by Marco Emrich and Benjamin Nothdurft
jenadevs
May 21, 2016
Tweet
Share
More Decks by jenadevs
See All by jenadevs
Test Suite Workshop
jenadevs
0
39
jenadevs Meetup
jenadevs
0
370
Coding Dojo
jenadevs
0
370
TDD done well
jenadevs
0
350
4 Rules of Simple Design
jenadevs
0
59
Other Decks in Programming
See All in Programming
AIコーディングAgentとの向き合い方
eycjur
0
240
詳解!defer panic recover のしくみ / Understanding defer, panic, and recover
convto
0
190
物語を動かす行動"量" #エンジニアニメ
konifar
14
5.6k
『リコリス・リコイル』に学ぶ!! 〜キャリア戦略における計画的偶発性理論と変わる勇気の重要性〜
wanko_it
1
610
サーバーサイドのビルド時間87倍高速化
plaidtech
PRO
0
670
Portapad紹介プレゼンテーション
gotoumakakeru
1
130
レガシープロジェクトで最大限AIの恩恵を受けられるようClaude Codeを利用する
tk1351
4
1.5k
250830 IaCの選定~AWS SAMのLambdaをECSに乗り換えたときの備忘録~
east_takumi
0
330
デザインシステムが必須の時代に
yosuke_furukawa
PRO
2
130
Flutter로 Gemini와 MCP를 활용한 Agentic App 만들기 - 박제창 2025 I/O Extended Seoul
itsmedreamwalker
0
160
Laravel Boost 超入門
fire_arlo
2
150
AI時代のドメイン駆動設計-DDD実践におけるAI活用のあり方 / ddd-in-ai-era
minodriven
24
9.2k
Featured
See All Featured
KATA
mclloyd
32
14k
Scaling GitHub
holman
463
140k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Done Done
chrislema
185
16k
Balancing Empowerment & Direction
lara
3
600
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
570
Writing Fast Ruby
sferik
628
62k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
The Language of Interfaces
destraynor
160
25k
Transcript
Coderetreat Benjamin Nothdurft & Marco Emrich
coderetreat.org
None
We all suck!
No Coder is Perfect
Practice
Practice on the JOB?
Practce on the stage? https://www.flickr.com/photos/johnrabbit/8660242398
http://udoncrew.deviantart.com/art/UFS-Impossible-Contortion-109860059 Stretching
Perfection
Von anderen lernen
5 x 45 https://www.flickr.com/photos/postmemes/15786726513
http://www.flickr.com/photos/petur-t/6180660539/sizes/l/in/photostream/ DELETE YOUR CODE
http://www.flickr.com/photos/hejma/7560170588/
http://www.flickr.com/photos/babydinosaur/1918929524/
Conway's Game of Life "Conways game of life breeder" by
Hyperdeath - Own work. Licensed under CC BY-SA 3.0 via Wikimedia Commons - http://commons.wikimedia.org/wiki/File:Conways_game_of_life_breeder.png#mediaviewer/File:Conways_game_of_life_breeder.png
Unendliches Gitternetz mit Zellen Tod oder Lebendig
None
Test Driven Development 4 Rules of Simple Design
TDD 1.RED 2.GREEN 3.Refactor!
4 Rules of Simple Design 1.Passes all tests 2.Minimises duplication
3.Maximises clarity 4.Has fewer elements