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
Professional Software Development. Can it be ta...
Search
Ivan
June 25, 2019
Education
0
63
Professional Software Development. Can it be taught?
Ivan
June 25, 2019
Tweet
Share
More Decks by Ivan
See All by Ivan
Moving to Larger Implementation of Agile
vanzaj
0
24
Developing Developers
vanzaj
0
21
Mob programming
vanzaj
0
110
Brain, memory and effective study
vanzaj
0
58
Cluster failure (fMRI data analysis) paper
vanzaj
2
110
Organizations v5.0
vanzaj
1
58
Software Carpentry training model
vanzaj
1
65
presentation 101
vanzaj
1
93
DACETS: research data management for individual scientists
vanzaj
0
190
Other Decks in Education
See All in Education
(元)教育担当がお伝えする、若手社員が成長しまくるOJTポイント
masakiokuda
0
220
ThingLink
matleenalaakso
28
3.9k
Info Session MSc Computer Science & MSc Applied Informatics
signer
PRO
0
110
Web 2.0 Patterns and Technologies - Lecture 8 - Web Technologies (1019888BNR)
signer
PRO
0
2.6k
OnShapeの紹介-概要編
shiba_8ro
0
110
Introduction - Lecture 1 - Advanced Topics in Big Data (4023256FNR)
signer
PRO
1
1.7k
Use Cases and Course Review - Lecture 8 - Human-Computer Interaction (1023841ANR)
signer
PRO
0
880
2024年度秋学期 統計学 第12回 分布の平均を推測する - 区間推定 (2024. 12. 11)
akiraasano
PRO
0
130
SAT Bootcamp and Course
syedmahadd
0
170
付箋を使ったカラオケでワイワイしましょう / Scrum Fest Okinawa 2024
bonbon0605
0
140
とある EM の初めての育休からの学び
clown0082
1
1.5k
Human Perception and Colour Theory - Lecture 2 - Information Visualisation (4019538FNR)
signer
PRO
0
2.3k
Featured
See All Featured
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Documentation Writing (for coders)
carmenintech
67
4.6k
How STYLIGHT went responsive
nonsquared
98
5.4k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Speed Design
sergeychernyshev
27
810
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.3k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.3k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
133
33k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
33
2.8k
Large-scale JavaScript Application Architecture
addyosmani
511
110k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
193
16k
Transcript
Professional Software Development Can it be taught? Ivan Zimine PyConSG
Edu Summit, 25 Jun 2019
2
3 20 years ago… me X
4 image data: multi-channel multi-slice multi-timepoint Need for custom GUI
code
5 Math, binary logic, and language syntax are the small
and easy parts. Small programs are easy to create, but it’s hard to grow and maintain them. Spec/design first Lessons learned
6
7 1995: Delphi 1996: html, (t)csh, emacs 1997: IDL, bash,
latex 1998-2010: IDL, C/C++, bash, perl, python, php, sql, vim, svn/git 2010-2016: python 2016-now: python, ruby, js, java (+ TDD, BDD, CI/CD,…) programming experience (paid)
8
9 professional == responsible for outcome
10 http://disenthrall.co/complexity-is-easy/ Complexity == “software gravity”
11 https://en.wikipedia.org/wiki/Apollo_Guidance_Computer AGC, 1969 ~100’000 SLOC 1400 person-years Space Shuttle,
1981 > 1’000’000 SLOC Windows NT 3.5, 1993 > 7’500’000 SLOC Mac OS X (tiger), 2007 > 86’000’000 SLOC
12 0.1 MSLOC ~= 1.5m 10 MSLOC ~= 150m
13 Invest in communication and social skills (working effectively in
teams) Invest in simple tools and pragmatic development practices How to handle complexity?
14 “ Programs must be written for people to read,
and only incidentally for machines to execute.” — Hal Abelson
15 Proper naming (clarity beats cleverness) - use intention-revealing names
- avoid disinformation - use pronounceable names
16 hello FizzBuzz
17 refactored FizzBuzz
18 Linguistics is more important for programming than math! Communicate
in code with others Listen to your own code
19 Executable specifications are much more useful than requirements docs
and architecture diagrams.
20 Building the right product requires communication with all stakeholders
Working together: pairing
“For an idea to go from someone’s head into the
computer it must go through someone else’s hands” — Llewellyn Falco Working together: mobbing
23 Tools: plain text
24 Tools: command line
25 Tools: text editor
26 dev practices: TDD
27 Can it be taught?
28 Can it be taught?
29 Learning is not compulsory… neither is survival. — W.
Edwards Deming Thank you ivan@odd-e.com