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

Родин Роман #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

CINOEA
Copy link

@CINOEA CINOEA commented May 24, 2017

Я разобрался почему плавали отступы... Оказалась что в той версии notepad++ что стоит у меня, нажать таб у новой строки означало вставить кучу пробелов вместо нормального отступа(а при переходе на новую строку через enter как раз вставлялся отступ)... Вопрос решен с помощью VS code... Похоже буду привыкать к нему...

@@ -0,0 +1,29 @@
cos = Math.cos(Math.PI / 3);
Copy link

Choose a reason for hiding this comment

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

даже при объявлении глобальных переменных не стоит забывать var

return getAtract(X, Y, iteration + 1, n - 1);
}

function Check(x1, y1, x2, y2) {
Copy link

Choose a reason for hiding this comment

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

функции в JS именуются с маленькой буквы, если только это не конструкторы

var a = x * x;
var b = y * y;

var X = 2 * x / 3 + (a - b) / (3 * ((a + b) * (a + b)));
Copy link

Choose a reason for hiding this comment

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

локальные переменные именуются с маленькой буквы. просто добавь еще один символ, вместо смены регистра

n = myCanvas.n;
var bright = document.getElementById("numberBright");
var brValue = bright.value;
switch (atract) {
Copy link

Choose a reason for hiding this comment

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

очень много повторения кода.

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