Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 2.11 KB

FURTHER_RESOURCES.md

File metadata and controls

29 lines (24 loc) · 2.11 KB

Further resources

The file contains links to useful material for good scientific coding. Some were already used to develop the workshop, some were discovered later. Feel free to add more resources here via the form of a pull request!

Documentation

Code writing and architecture

  • Clean Architecture - A Craftsman's Guide to Software Structure and Design, a textbook by Robert C Martin
  • Clean Code - A Handbook of Agile Software Craftsmanship, a textbook by Robert C Martin
  • Single Responsibility Principle blog post, by Robert C Martin
  • Clean Code Blog, by Robert C Martin

Reproducibility

Git and code collaboration

Full-range tutorials/workshops