#software-quality

[ follow ]
CodeProject
1 month ago
Software development

Mutation Testing in C#.NET with Stryker

Code coverage is important for measuring test thoroughness but may not guarantee test quality.
Mutation score is a valuable KPI to assess test effectiveness by measuring how well tests detect and eliminate mutations. [ more ]
App Developer Magazine
6 months ago
Software development

Runtime code review from AppMap enhances productivity| App Developer Magazine

AppMap has introduced a Runtime Code Review solution to enhance software quality and developer experience.
Runtime Code Review addresses runtime defects and helps find and fix issues prior to release.
AppMap's GitHub integration allows developers to access runtime code review in the pull request. [ more ]
App Developer Magazine
6 months ago
Software development

Runtime code review from AppMap enhances productivity| App Developer Magazine

AppMap has introduced a Runtime Code Review solution to enhance software quality and developer experience.
Runtime Code Review addresses runtime defects and helps find and fix issues prior to release.
AppMap's GitHub integration allows developers to access runtime code review in the pull request. [ more ]
CodeProject
3 months ago
JavaScript

Embracing functional programming in C#

Functional programming promotes readability, testability, and maintainability of software.
State mutation is a common source of bugs in software development. [ more ]
[ Load more ]