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

Deprecate FileList methods #290

Merged
merged 1 commit into from
Jul 28, 2015
Merged

Deprecate FileList methods #290

merged 1 commit into from
Jul 28, 2015

Conversation

gela-d
Copy link
Contributor

@gela-d gela-d commented Jul 28, 2015

Close #268

@gela-d gela-d added the review label Jul 28, 2015
@blond
Copy link
Member

blond commented Jul 28, 2015

Нужно, чтобы пользователь увидел сообщение в консоле при сборке, если будет использовать данный модуль.

И ещё нужно явно говорить, что модуль будет удалён в версии 1.0.0.

@gela-d
Copy link
Contributor Author

gela-d commented Jul 28, 2015

Не нашла примера для прокидывания в консоль сообщений о deprecated-методах.
Можешь подсказать где глянуть?

@blond
Copy link
Member

blond commented Jul 28, 2015

Кажется, что тут лучше кидать сообщение, когда метод вызывается. Во-первых так больше засрётся консоль и шанс, что увидят больше. Во-вторых, те кто не используют этих методов не должны видеть варнингов.

@gela-d
Copy link
Contributor Author

gela-d commented Jul 28, 2015

@blond а на приватный метод тоже нужно это сообщение?

@blond
Copy link
Member

blond commented Jul 28, 2015

Нет, только на публичные.

console.log('Use bem-methods!!!');

return parseFilename;
},
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@blond так правильно делать?

Copy link
Member

Choose a reason for hiding this comment

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

Нет. Раньше функция на вход принимала строку, а на выход объект.

Из-за такого изменения, функция всегда будет возвращать функцию.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Update

console.log('WARN!!!');
console.log('`loadFromDirSync` is deprecated!!!');
console.log('It will be removed in v1.0.0!!!');
console.log('Use bem-methods!!!');
Copy link
Member

Choose a reason for hiding this comment

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

Что такое bem-methods? Лучше ничего не писать про что нужно использовать взамен.

blond added a commit that referenced this pull request Jul 28, 2015
@blond blond merged commit 4f3acad into master Jul 28, 2015
@blond blond deleted the issue-268 branch July 28, 2015 17:21
@blond blond removed the review label Jul 28, 2015
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