Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename DEBUG to TEST #159

Closed
taufik-nurrohman opened this issue Nov 25, 2021 · 0 comments
Closed

Rename DEBUG to TEST #159

taufik-nurrohman opened this issue Nov 25, 2021 · 0 comments
Labels
Milestone

Comments

@taufik-nurrohman
Copy link
Member

taufik-nurrohman commented Nov 25, 2021

DEBUG is constructed by two word: DE·BUG and I don’t like it. TEST would be more appropriate since we also have test() function.

if (defined('TEST') && TEST) {
    test($_SERVER);
    exit;
}
@taufik-nurrohman taufik-nurrohman moved this to In Progress in v3.0.0 Nov 25, 2021
@taufik-nurrohman taufik-nurrohman added this to the v3.0.0 milestone Nov 25, 2021
@taufik-nurrohman taufik-nurrohman moved this from In Progress to Done in v3.0.0 Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

1 participant