|
|
|
|
|
by divan
1490 days ago
|
|
I recently had to work on a library I wrote in Go in late 2013. I think it was Go 1.2 back then. (Current release is Go 1.18) It just worked. And code was quite readable. I mean it not as a complement to myself, rather the fact that Go is designed to be readable and it pays off. I only had to add modules support (basically run `go mod init` in the library's folder) to make it 100% modern-version friendly. That was as close as I could be to successfully complete 10 Years Reproducibility Challenge [1]. [1] https://github.com/ReScience/ten-years |
|