Skip Navigation

isBooleanTooLongAndComplex

testing.googleblog.com isBooleanTooLongAndComplex

This is another post in our Code Health series. A version of this post originally appeared in Google bathrooms worldwide as a Google Tes...

isBooleanTooLongAndComplex

Short but honestly good advise to rather pull boolean checks apart and re-group them as they make sense in the context of the given situation you're checking for.

I started doing this when building an alert-check system for the company I'm working for right now, and it really helps organize what is a pre-condition, what a syntactical requirement, etc etc.

23
23 comments
You've viewed 23 comments.