Re: [gdal-dev] The Not Rocket Science Rule Of Software Engineering

2022-03-29 Thread Even Rouault
Le 29/03/2022 à 14:45, Andrew C Aitchison a écrit : I have been reading The Not Rocket Science Rule Of Software Engineering https://graydon2.dreamwidth.org/1597.html which is:    automatically maintain a repository of code    that always passes all the tests Does https://github.com/OSG

Re: [gdal-dev] The Not Rocket Science Rule Of Software Engineering

2022-03-29 Thread Greg Troxel
Andrew C Aitchison writes: > I have been reading The Not Rocket Science Rule Of Software Engineering > https://graydon2.dreamwidth.org/1597.html > which is: >automatically maintain a repository of code >that always passes all the tests > > Does https://github.com/OSGeo/gdal have

[gdal-dev] The Not Rocket Science Rule Of Software Engineering

2022-03-29 Thread Andrew C Aitchison
I have been reading The Not Rocket Science Rule Of Software Engineering https://graydon2.dreamwidth.org/1597.html which is: automatically maintain a repository of code that always passes all the tests Does https://github.com/OSGeo/gdal have a branch with this property ? If we do