phpc.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A server for PHP programmers & friends. Join us for discussions on the PHP programming language, frameworks, packages, tools, open source, tech, life, and more.

Administered by:

Server stats:

834
active users

Sherri W (SyntaxSeed)

Developer folks....

If you want to describe that a project has been fixed for all the errors found by a static analysis tool up to a certain level, how would you say it?

Ex:
"This project is ______ for level 6."

- fixed
- valid
- passing
- correct
- ?

@syntaxseed “Complies with” or “is compliant with.”

@ramsey @syntaxseed I've used "adheres with" in the past but I think I like "complies" more.

@ramsey Ooo love this one! Sounds positive and also hints that future devs should ensure it stays this way! Perfect!

@syntaxseed I'd probably say 'updated for' or, maybe better, 'updated to'

@syntaxseed @Crell

We definitely used fixed in my old team. As we considered most of the findings to be potential bugs/breaking points.