Skip to content

Criterias to grade each proposal #10

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

Open
slorber opened this issue Mar 4, 2016 · 2 comments
Open

Criterias to grade each proposal #10

slorber opened this issue Mar 4, 2016 · 2 comments

Comments

@slorber
Copy link
Owner

slorber commented Mar 4, 2016

Hey,

There are already a bunch of interesting proposals with pros and cons, and people coming here may not really know which one to take a look at.

I'd like to have some criterias to grade each submission, so that we know where one proposal shine more than others. What do you think?

I'm thinking of:

  • How decoupled are the components
  • Can the work be easily be split across different teams
  • How much boilerplate does it require
  • How easy it is to complicate the counter business rule or move a dom component in a very different place in the DOM

Any other things you see?

Also can we grade each proposal objectively or should contributors grade each others proposals?

@ghost
Copy link

ghost commented Mar 5, 2016

If I had a vote to give weights to these criteria, "how decoupled are components" would be #/ 1. Changes in a front end client happen so frequently that I find the most beneficial "thing" a framework can offer is extremely isolated components. The ability to rip out a module, replace it with an entirely new design, and re-wire the existing public interface is paramount. If changing one module requires anything but the most trivial changes to some other portion of the app, your design is failing, and I don't think any other criteria really matter at that point.

@slorber
Copy link
Owner Author

slorber commented Mar 8, 2016

I have to agree with that @aft-luke :) The component implementation details should not leak into other components.

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

1 participant