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
20
Developing Developers
vanzaj
0
18
Mob programming
vanzaj
0
100
Brain, memory and effective study
vanzaj
0
56
Cluster failure (fMRI data analysis) paper
vanzaj
2
110
Organizations v5.0
vanzaj
1
57
Software Carpentry training model
vanzaj
1
62
presentation 101
vanzaj
1
92
DACETS: research data management for individual scientists
vanzaj
0
180
Other Decks in Education
See All in Education
Master of Applied Science & Engineering: Computer Science & Master of Science in Applied Informatics
signer
PRO
0
430
Comment aborder et contribuer sereinement à un projet open source ? (Masterclass Université Toulouse III)
pylapp
0
3.2k
Algo de fontes de alimentación
irocho
1
370
技術を楽しもう/enjoy_engineering
studio_graph
1
420
情報処理工学問題集 /infoeng_practices
kfujita
0
120
認知情報科学科_キャリアデザイン_大学院の紹介
yuyakurodou
0
130
【COPILOT無料セミナー】エンゲージメントと自律性の高いプロジェクト型人材育成に向けて~プロジェクト・ベースド・ラーニング(PBL)という選択肢~
copilot
PRO
0
130
コンセプトシェアハウス講演資料
uchinomasahiro
0
390
20241004_Microsoft認定資格のFundamentals全部取ってみた
ponponmikankan
2
330
Medidas en informática
irocho
0
300
2409_CompanyInfo_Hanji_published.pdf
yosukemurata
0
380
Web Architectures - Lecture 2 - Web Technologies (1019888BNR)
signer
PRO
0
2.7k
Featured
See All Featured
No one is an island. Learnings from fostering a developers community.
thoeni
19
3k
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.4k
GraphQLの誤解/rethinking-graphql
sonatard
67
10k
Raft: Consensus for Rubyists
vanstee
136
6.6k
GraphQLとの向き合い方2022年版
quramy
43
13k
Teambox: Starting and Learning
jrom
133
8.8k
The Cult of Friendly URLs
andyhume
78
6k
Building an army of robots
kneath
302
43k
Into the Great Unknown - MozCon
thekraken
32
1.5k
Practical Orchestrator
shlominoach
186
10k
Fashionably flexible responsive web design (full day workshop)
malarkey
405
65k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
159
15k
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]