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
Range on Rails ―「多重範囲型」という新たな選択肢が、複雑ロジックを劇的にシンプルにしたワケ
rizap_tech
0
7.7k
20251016_Rails News ~Rails 8.1の足音を聴く~
morimorihoge
3
730
contribution to astral-sh/uv
shunsock
0
540
SODA - FACT BOOK(JP)
sodainc
1
8.7k
SwiftDataを使って10万件のデータを読み書きする
akidon0000
0
240
CSC305 Lecture 11
javiergs
PRO
0
260
NIKKEI Tech Talk#38
cipepser
0
230
Cursorハンズオン実践!
eltociear
2
1.2k
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
630
Writing Better Go: Lessons from 10 Code Reviews
konradreiche
3
6.7k
Pythonに漸進的に型をつける
nealle
1
120
登壇は dynamic! な営みである / speech is dynamic
da1chi
0
360
Featured
See All Featured
The Pragmatic Product Professional
lauravandoore
36
7k
Side Projects
sachag
455
43k
Optimizing for Happiness
mojombo
379
70k
A Tale of Four Properties
chriscoyier
161
23k
The World Runs on Bad Software
bkeepers
PRO
72
11k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Become a Pro
speakerdeck
PRO
29
5.6k
Being A Developer After 40
akosma
91
590k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
Speed Design
sergeychernyshev
32
1.2k
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