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

[proposal] Problems be renamed to "Feedback" #4

Closed
gnetsys opened this issue Apr 13, 2014 · 1 comment
Closed

[proposal] Problems be renamed to "Feedback" #4

gnetsys opened this issue Apr 13, 2014 · 1 comment

Comments

@gnetsys
Copy link
Contributor

gnetsys commented Apr 13, 2014

As stated in the definition for a problem:
// throw a custom problem
if (self.user === null)
self.problem('User is offline.');
self.plain('homepage');
});

or

framework.route('/forbidden/', function () {
var self = this;
self.view403('A visitor was denied.');
// IMPORTANT:
// self.view500(error)
});

I propose a rename.

@petersirka
Copy link
Collaborator

I thought about it, but I can't to rename it. It's too late.

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

2 participants