Good Habits for Great Coding Improving Programming Skills with Examples in Python /

Improve your coding skills and learn how to write readable code. Rather than teach basic programming, this book presumes that readers understand the fundamentals, and offers time-honed best practices for style, design, documenting, testing, refactoring, and more. Taking an informal, conversational t...

Celý popis

Uloženo v:
Podrobná bibliografie
Hlavní autor: Stueben, Michael (Autor)
Médium: Elektronický zdroj E-kniha
Jazyk:angličtina
Vydáno: Berkeley, CA : Apress, 2018.
Vydání:1st ed. 2018.
Témata:
ISBN:9781484234594
On-line přístup: Získat plný text
Tagy: Přidat tag
Žádné tagy, Buďte první, kdo vytvoří štítek k tomuto záznamu!
Obsah:
  • Part 1: Not Learned in School
  • 1. A Coding Fantasy
  • 2. Coding Tricks
  • 3. Style
  • 4. More Coding Tricks
  • Part 2: Coding Advice
  • 5. Function Design
  • 6. Self-Documenting Code
  • 7. Step-Wise Refinement
  • 8. Comments
  • 9. Stop Coding
  • 10. Testing
  • 11. Defensive Programming
  • 12. Refactoring
  • 13. Write The Tests First (Sometimes)
  • 14. Expert Advice
  • Part 3: Perspective
  • 15. A Lesson In Design
  • 16. Beware Of OOP
  • 17. The Evolution Of A Function
  • 18. Do Not Snub Inefficient Algorithms
  • Part 4: Walk the Walk
  • 19.Problems Worth Solving
  • 20. Problem Solving
  • 21. Dynamic Programming.