Agile Software Development: Clean Coding Practices
Offered By: LinkedIn Learning
Course Description
Overview
Learn why it's important to write code that's easily understood by both computers and humans, as well as how to do it in practice.
Syllabus
Introduction
- Write code for humans, not machines
- What you should know
- Clean code definition
- Why are clean names important?
- Prefer clarity over brevity
- Acronyms and abbreviations
- Class and type names
- Method and function names
- Variable names
- Parameter names
- Constant names
- Why clean formatting matters
- Indendation and bracket placement
- Line wrapping
- Whitespace
- Comments
- Magic numbers and constants
- Parameter lists
- Predicate methods
- Making good use of loops
- What's a "unit" test?
- Keep your tests fast
- Single assertion per test
- Keep your tests isolated
- DRY vs. WET tests
- Next steps
Taught by
M. Scott Ford
Related Courses
7. Python を使ったサイバーセキュリティ タスクの自動化Google via Coursera Automatiza las tareas de ciberseguridad con Python
Google via Coursera Learn HTML: Semantic HTML
Codecademy Optimizing Code with Generative AI Case Study
Codecademy Clean Code Basics: How to Write Maintainable Code
Scrimba via Coursera