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
40
jenadevs Meetup
jenadevs
0
370
Coding Dojo
jenadevs
0
370
TDD done well
jenadevs
0
350
4 Rules of Simple Design
jenadevs
0
60
Other Decks in Programming
See All in Programming
Local Peer-to-Peer APIはどのように使われていくのか?
hal_spidernight
2
440
Web フロントエンドエンジニアに開かれる AI Agent プロダクト開発 - Vercel AI SDK を観察して AI Agent と仲良くなろう! #FEC余熱NIGHT
izumin5210
3
370
止められない医療アプリ、そっと Swift 6 へ
medley
1
110
(Extension DC 2025) Actor境界を越える技術
teamhimeh
1
220
Web Components で実現する Hotwire とフロントエンドフレームワークの橋渡し / Bridging with Web Components
da1chi
3
1.7k
Pull-Requestの内容を1クリックで動作確認可能にするワークフロー
natmark
2
450
Go Conference 2025: Goで体感するMultipath TCP ― Go 1.24 時代の MPTCP Listener を理解する
takehaya
7
1.6k
そのpreloadは必要?見過ごされたpreloadが技術的負債として爆発した日
mugitti9
2
2.9k
タスクの特性や不確実性に応じた最適な作業スタイルの選択(ペアプロ・モブプロ・ソロプロ)と実践 / Optimal Work Style Selection: Pair, Mob, or Solo Programming.
honyanya
3
140
CSC305 Lecture 01
javiergs
PRO
1
400
Your Perfect Project Setup for Angular @BASTA! 2025 in Mainz
manfredsteyer
PRO
0
120
ポスターセッション: 「まっすぐ行って、右!」って言ってラズパイカーを動かしたい 〜生成AI × Raspberry Pi Pico × Gradioの試作メモ〜
komofr
0
940
Featured
See All Featured
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Producing Creativity
orderedlist
PRO
347
40k
Designing Experiences People Love
moore
142
24k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
Faster Mobile Websites
deanohume
310
31k
Navigating Team Friction
lara
189
15k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
How GitHub (no longer) Works
holman
315
140k
The Pragmatic Product Professional
lauravandoore
36
6.9k
A better future with KSS
kneath
239
17k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
We Have a Design System, Now What?
morganepeng
53
7.8k
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