pixijs/pixi-haxe

View on GitHub
samples/src/core/AssetLoader.hx

Summary

Maintainability
Test Coverage

3 is a magic number
Open

        else if (~/(.mp3|.wav|.ogg|.aac|.m4a|.oga|.webma)/i.match(asset)) return 3;

Checks that there are no magic numbers. By default, -1, 0, 1, and 2 are not considered to be magic numbers.

There are no issues that match your filters.

Category
Status