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

a few collected typos #30

Open
raganwald opened this issue Oct 5, 2013 · 0 comments
Open

a few collected typos #30

raganwald opened this issue Oct 5, 2013 · 0 comments

Comments

@raganwald
Copy link
Owner

What's up with the random semicolons?
The spacing is also inconsistent:
function LinkedList(content, next) {

function ListIterator (list) {
Don't like this workaround:
return ((nextThis = this.next) != null ? nextThis.tailNode() : void 0) || thi
s;
(Also not a fan of void 0.)
Why is CS used in the legend example?

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

1 participant