Tag: quality
Browse 3 practical software engineering resources tagged with "quality". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving quality. Each resource is written for engineers who ship real systems, with copy-paste examples and practical trade-offs.
Software Quality
Software quality encompasses how well a product meets requirements and user expectations. It includes testing, design, and maintainability.
The resources below cover quality assurance, metrics, and best practices. Each guide helps you deliver high-quality software.
Every resource includes clear explanations, copy-paste code, and practical warnings. Use them to make informed decisions, avoid production pitfalls, and speed up your delivery. If you are just getting started, read the beginner-friendly articles first; if you are experienced, jump straight to the advanced patterns and architecture guides. New resources are added regularly, so bookmark this page and check back for the latest patterns.
Implement Mutation Testing
How to use mutation testing with MutPy, Stryker, and PIT to evaluate whether your tests actually...
Complete Guide to LLM Evaluation
Evaluate LLM applications in production. Covers RAGAS, LLM-as-judge, human evaluation, A/B testing,...
What Works in Code Review — For Authors and Reviewers
A practical guide to useful code reviews: how to write reviewable code, give constructive feedback,...