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
技術を楽しもう/enjoy_engineering
studio_graph
1
420
Ch2_-_Partie_3.pdf
bernhardsvt
0
100
Flip-videochat
matleenalaakso
0
14k
Repaso electricidade e electrónica
irocho
0
200
Os pápeis do UX Design
wagnerbeethoven
0
360
Beispiel einer Fortbildung für "Soziales Lernen"
gsgoethe
0
110
Medicare 101 for 2025
robinlee
PRO
0
230
Master of Applied Science & Engineering: Computer Science & Master of Science in Applied Informatics
signer
PRO
0
430
"数学" をプログラミングしてもらう際に気をつけていること / Key Considerations When Programming "Mathematics"
guvalif
0
560
Web 2.0 Patterns and Technologies - Lecture 8 - Web Technologies (1019888BNR)
signer
PRO
0
2.4k
The Gender Gap in the Technology Field and Efforts to Address It
codeforeveryone
0
200
RSJ2024学術ランチョンセミナー「若手・中堅による国際化リーダーシップに向けて」資料 (河原塚)
haraduka
0
220
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
250
21k
Thoughts on Productivity
jonyablonski
67
4.3k
Mobile First: as difficult as doing things right
swwweet
222
8.9k
The Cost Of JavaScript in 2023
addyosmani
45
6.7k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
16
2.1k
Reflections from 52 weeks, 52 projects
jeffersonlam
346
20k
Designing for humans not robots
tammielis
250
25k
The Language of Interfaces
destraynor
154
24k
Git: the NoSQL Database
bkeepers
PRO
427
64k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
0
89
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
169
50k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
44
2.2k
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]