Skip to content

Conversation

@IneHerm
Copy link

@IneHerm IneHerm commented Jul 29, 2025

No description provided.

}
}
}
function f1(a, b) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generic or short names make code hard to understand. More info

return x + y;
}

class C {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generic or short names make code hard to understand. More info

}

class C {
constructor(d) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generic or short names make code hard to understand. More info


class C {
constructor(d) {
this.d = d;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generic or short names make code hard to understand. More info

this.d = d;
}

doIt() {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generic or short names make code hard to understand. More info

}

doIt() {
let r = 0;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generic or short names make code hard to understand. More info

}
}
}
function f1(a, b) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Long functions are difficult to understand, test, and maintain. More info

}

doIt() {
let r = 0;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very short variable names make code unclear. More info

}
}
}
function f1(a, b) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Functions without comments are hard to understand for other developers. More info

return x + y;
}

class C {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Functions without comments are hard to understand for other developers. More info

this.d = d;
}

doIt() {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Functions without comments are hard to understand for other developers. More info

y -= k;
}
}
console.log("Result is: " + (x + y));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines that are too long are difficult to read and navigate, especially on smaller screens. More info

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

Successfully merging this pull request may close these issues.

2 participants