# Test hot paths first When testing code, focus on [[Hot paths]] first. Those are used much more often, and deserve enough attention. They represent 80% of where the testing efforts should go. This is especially true when considering critical parts of your codebase (e.g., payment/subscription handling).