this post was submitted on 03 May 2024
2 points (100.0% liked)

PHP

1 readers
2 users here now

founded 2 years ago
 

...and how to avoid it. Type coverage is a way to gradually add type declarations to your PHP project—step by step, one by one. It's a PHPStan package that helps you maintain a specific minimal level from 0 % to 100 %. Once we reach high coverage of 80-90 %, we feel safer. But our code can actually be in worse, even dangerous, shape.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here