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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Ivan
June 25, 2019
Education
0
94
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
39
Developing Developers
vanzaj
0
37
Mob programming
vanzaj
0
130
Brain, memory and effective study
vanzaj
0
86
Cluster failure (fMRI data analysis) paper
vanzaj
2
150
Organizations v5.0
vanzaj
1
77
Software Carpentry training model
vanzaj
1
84
presentation 101
vanzaj
1
110
DACETS: research data management for individual scientists
vanzaj
0
230
Other Decks in Education
See All in Education
ブランチ操作 / 02-a-branch
kaityo256
PRO
0
200
Gitの仕組みと用語 / 01-b-term
kaityo256
PRO
0
190
0203
cbtlibrary
0
140
0121
cbtlibrary
0
150
AIで日本はどう進化する? 〜キミが生きる2035年の地図〜
behomazn
0
130
160人の中高生にAI・技術体験の講師をしてみた話
shuntatoda
1
390
Use Cases and Course Review - Lecture 8 - Human-Computer Interaction (1023841ANR)
signer
PRO
0
1.4k
Measuring your measuring
jonoalderson
2
750
HyRead2526
cbtlibrary
1
220
【dip】「なりたい自分」に近づくための、「自分と向き合う」小さな振り返り
dip_tech
PRO
0
260
小学校5,6年生向けキャリア教育 大人になるまでの道
sat
PRO
8
3.4k
2026 Medicare 101 Presentation
robinlee
PRO
0
190
Featured
See All Featured
Making the Leap to Tech Lead
cromwellryan
135
9.8k
The AI Search Optimization Roadmap by Aleyda Solis
aleyda
1
5.4k
How to Talk to Developers About Accessibility
jct
2
150
Leveraging Curiosity to Care for An Aging Population
cassininazir
1
190
KATA
mclloyd
PRO
35
15k
The Power of CSS Pseudo Elements
geoffreycrofte
82
6.2k
Pawsitive SEO: Lessons from My Dog (and Many Mistakes) on Thriving as a Consultant in the Age of AI
davidcarrasco
0
86
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
35k
Technical Leadership for Architectural Decision Making
baasie
3
290
Leveraging LLMs for student feedback in introductory data science courses - posit::conf(2025)
minecr
1
200
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
47
8k
How to Ace a Technical Interview
jacobian
281
24k
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]