Building a Clean, Maintainable and Tested Code Base
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore best practices for building clean, maintainable, and tested code bases in this 31-minute EuroPython 2021 conference talk by Julian Camilleri. Gain insights into writing clean code through type hinting, docstrings, and inline comments, while learning how to structure projects for easy navigation. Discover effective testing strategies, including what to test, when to mock, and how to write clean test cases. Learn to leverage pytest for parametrized testing to cover multiple combinations efficiently. Compare examples and understand the importance of clean code practices in creating robust and sustainable software projects.
Syllabus
Intro
Agenda
Characteristics
Imports
Functions
Code grouping
Look before you leap
Doctest
Mocking
Taught by
EuroPython Conference
Related Courses
Software as a ServiceUniversity of California, Berkeley via Coursera Software Testing
University of Utah via Udacity The Hardware/Software Interface
University of Washington via Coursera Software Debugging
Saarland University via Udacity Introduction to Systematic Program Design - Part 1
The University of British Columbia via Coursera