Tag

code robustness

1 views collected around this technical thread.

NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Aug 5, 2022 · Backend Development

Best Practices for Designing a Clean and Robust Backend Project

This article shares practical guidelines for new backend projects, covering database design, module organization, scheduled task management, meaningful naming and comments, code robustness, clear error messages, and comprehensive self‑testing to help developers build maintainable and scalable systems.

BackendDatabase DesignError handling
0 likes · 12 min read
Best Practices for Designing a Clean and Robust Backend Project
Continuous Delivery 2.0
Continuous Delivery 2.0
Jul 1, 2019 · Fundamentals

Practical Guide to Unit Testing: Principles, Practices, and When to Apply Them

This article offers a practical, experience‑based overview of unit testing, explaining why it matters, what makes a good test, when to write or skip tests, who should write them, and how to structure them effectively for reliable software quality.

code robustnesssoftware engineeringsoftware quality
0 likes · 9 min read
Practical Guide to Unit Testing: Principles, Practices, and When to Apply Them