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

Check for conventions in programming challenges #14

Open
Elfoslav opened this issue Aug 2, 2015 · 1 comment
Open

Check for conventions in programming challenges #14

Elfoslav opened this issue Aug 2, 2015 · 1 comment
Assignees

Comments

@Elfoslav
Copy link
Owner

Elfoslav commented Aug 2, 2015

Some people do not write code according to conventions. It should throw an error if the code is not according to conventions. Force people to write nice code!

@Elfoslav Elfoslav self-assigned this Aug 9, 2015
@Elfoslav
Copy link
Owner Author

Elfoslav commented Aug 9, 2015

For example this is ugly code that one student wrote:

var c = ['*'];
for (var i=0; i<20; i++) {
  console.log(c);
  c= c + ('*');
  i++;
}

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

No branches or pull requests

1 participant