SciLifeLab / facs

Fast and Accurate Classification of Sequences using Bloom filters
http://facs.scilifelab.se/
Other
16 stars 9 forks source link

Refactoring conditional directives for alternative if statements. #131

Closed wmarquesr closed 8 years ago

wmarquesr commented 8 years ago

A suggestion to compile entire statements and expressions, as suggested by code style guidelines from the Linux Kernel and practitioners.

It might improve code understanding, maintainability and error-proneness.

ewels commented 8 years ago

Just re-launched the Travis check, now passing after you merged the other PR @brainstorm, so that's all good to go.

wmarquesr commented 8 years ago

Thanks for merged.