Skip to content

Use of single letter variables #1

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

Open
itsrachelfish opened this issue Mar 23, 2017 · 0 comments
Open

Use of single letter variables #1

itsrachelfish opened this issue Mar 23, 2017 · 0 comments

Comments

@itsrachelfish
Copy link
Member

This codebase is shit and unreadable and unmaintainable

    function respondRelevant($c, $cb) {
        $r = null; $w = [ $this->textblob_pipes[0] ]; $e = null;
        if (stream_select($r, $w, $e, 0) < 1) {
            return; // write would block
        }

https://github.com/wetfish/hank3/blob/master/lib/Module/Skynet.php#L70-L85

how can you call yourself a programmer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@itsrachelfish and others