Skip to main content
Code Review

Return to Answer

Commonmark migration
Source Link

To @Sykin's answer, I would add:

Bug

#Bug IfIf you press down and then left faster than the snake takes to slither "one step", the snake turns around and slithers over itself.

Indentation, code style, and code consistency

#Indentation, code style, and code consistency II find that JSLint really helps me get a consistent code style.

Strict mode

#Strict mode II suggest you use strict mode in your JS, by starting with a line "use strict";

To @Sykin's answer, I would add:

#Bug If you press down and then left faster than the snake takes to slither "one step", the snake turns around and slithers over itself.

#Indentation, code style, and code consistency I find that JSLint really helps me get a consistent code style.

#Strict mode I suggest you use strict mode in your JS, by starting with a line "use strict";

To @Sykin's answer, I would add:

Bug

If you press down and then left faster than the snake takes to slither "one step", the snake turns around and slithers over itself.

Indentation, code style, and code consistency

I find that JSLint really helps me get a consistent code style.

Strict mode

I suggest you use strict mode in your JS, by starting with a line "use strict";

replaced http://codereview.stackexchange.com/ with https://codereview.stackexchange.com/
Source Link

To @Sykin's answer @Sykin's answer, I would add:

#Bug If you press down and then left faster than the snake takes to slither "one step", the snake turns around and slithers over itself.

#Indentation, code style, and code consistency I find that JSLint really helps me get a consistent code style.

#Strict mode I suggest you use strict mode in your JS, by starting with a line "use strict";

To @Sykin's answer, I would add:

#Bug If you press down and then left faster than the snake takes to slither "one step", the snake turns around and slithers over itself.

#Indentation, code style, and code consistency I find that JSLint really helps me get a consistent code style.

#Strict mode I suggest you use strict mode in your JS, by starting with a line "use strict";

To @Sykin's answer, I would add:

#Bug If you press down and then left faster than the snake takes to slither "one step", the snake turns around and slithers over itself.

#Indentation, code style, and code consistency I find that JSLint really helps me get a consistent code style.

#Strict mode I suggest you use strict mode in your JS, by starting with a line "use strict";

added 22 characters in body
Source Link
ANeves
  • 3k
  • 17
  • 29

To @Sykin's answer, I would add:

#Bug If you press down and then left faster than the snake takes to slither "one step", the snake turns around and slithers over itself.

#Indentation and, code style, and code consistency I find that JSLintJSLint really helps me get a consistent code style.

#Strict mode I suggest you use strict mode in your JS, by starting with a line "use strict";

To @Sykin's answer, I would add:

#Bug If you press down and then left faster than the snake takes to slither "one step", the snake turns around and slithers over itself.

#Indentation and code style I find that JSLint really helps me get a consistent code style.

#Strict mode I suggest you use strict mode in your JS, by starting with a line "use strict";

To @Sykin's answer, I would add:

#Bug If you press down and then left faster than the snake takes to slither "one step", the snake turns around and slithers over itself.

#Indentation, code style, and code consistency I find that JSLint really helps me get a consistent code style.

#Strict mode I suggest you use strict mode in your JS, by starting with a line "use strict";

Source Link
ANeves
  • 3k
  • 17
  • 29
Loading
lang-html

AltStyle によって変換されたページ (->オリジナル) /