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

Make "id" attribute optional in View components #597

Open
admtriggo opened this issue Apr 15, 2015 · 0 comments
Open

Make "id" attribute optional in View components #597

admtriggo opened this issue Apr 15, 2015 · 0 comments

Comments

@admtriggo
Copy link

From [email protected] on February 19, 2015 11:11:36

When creating a webapp, there are lots of elements created just to construct the base of the layout, these which don't (and generally never will) have any kind of action on Controller.

When creating Views, the process of being obligated to add IDs to every component can turn into an obstacle on the rapid development and the productivity of those Views.

But of course we definitely need IDs to everything else that have an action, so my guess would be to make it optional for components that do not require an directly action. This way, one can create views rapidly focusing on creating IDs just for components that will really need it.

Also, keep in mind that this should not affect automatic tests, as the components that are tied to actions (such as buttons, inputs, and related) will still have IDs normally.

Original issue: http://code.google.com/p/crux-framework/issues/detail?id=597

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