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
62
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
15
Developing Developers
vanzaj
0
18
Mob programming
vanzaj
0
100
Brain, memory and effective study
vanzaj
0
52
Cluster failure (fMRI data analysis) paper
vanzaj
2
100
Organizations v5.0
vanzaj
1
56
Software Carpentry training model
vanzaj
1
61
presentation 101
vanzaj
1
91
DACETS: research data management for individual scientists
vanzaj
0
180
Other Decks in Education
See All in Education
WaPEN_Asial2024.pdf
asial_edu
0
400
不登校予防・再登校支援プログラムを提供するToCo (トーコ) の会社紹介資料 toco.mom
toco3week
0
200
2024年度春学期 統計学 第11回 分布の「型」を考える ー 確率分布モデルと正規分布 (2024. 6. 20)
akiraasano
PRO
0
120
ポケモンで音象徴
jamashita
0
380
3Dプリンターの使い方(Sovol 06 Plus)
404background
0
250
Unlocking the Top Marketing Secrets for L&D
tmiket
1
330
construindo uma carreira com opensource
caarlos0
0
150
Blogit opetuksessa
matleenalaakso
0
1.6k
2024年度春学期 統計学 第12回 分布の平均を推測する ー 区間推定 (2024. 6. 27)
akiraasano
PRO
1
150
技術を楽しもう/enjoy_engineering
studio_graph
1
310
自己紹介 / who-am-i
yasulab
2
3.9k
Droid Knights 2024 Accessibility in Android
nanamare
0
310
Featured
See All Featured
GraphQLの誤解/rethinking-graphql
sonatard
65
9.8k
GraphQLとの向き合い方2022年版
quramy
43
13k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
A Modern Web Designer's Workflow
chriscoyier
691
190k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
36
2.1k
[RailsConf 2023] Rails as a piece of cake
palkan
48
4.6k
Gamification - CAS2011
davidbonilla
79
5k
YesSQL, Process and Tooling at Scale
rocio
167
14k
Clear Off the Table
cherdarchuk
91
320k
How to Ace a Technical Interview
jacobian
274
23k
BBQ
matthewcrist
83
9.2k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
502
140k
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
[email protected]