Ssi maintainers

Preview:

Citation preview

www.software.ac.uk

SoftwareSustainabilityInstitute

Enabling transition between maintainers

www.software.ac.uk

SoftwareSustainabilityInstitute

Need to know

• What it does• How it’s used• How it works• What is where

www.software.ac.uk

SoftwareSustainabilityInstitute

Oracle and novice

• Oracle inducts novice Discuss designs Develop code Walk through code

• Is there time for this?

www.software.ac.uk

SoftwareSustainabilityInstitute

Self-guided

• Software development > programming User docs Tests Design docs Research papers Commented source code

• Your navigators

www.software.ac.uk

SoftwareSustainabilityInstitute

In at the deep end

• A mass of source code• An idea of what it does• DIY

Inspect code Document the design and assumptions Write tests Write user doc

• A resource for those who come next

www.software.ac.uk

SoftwareSustainabilityInstitute

A minimal set?

• Well structured and commented code• Tests that embody what it’s meant to do

Recommended