Earlier quoted context omitted.
Yes, browsers have this feature where you can hover a link and it reveals the href.
It's easy to use snark to dismiss someone's problem. Why show the domain at all if you can hover over the links? For a minimalistic interface like HN you'd think there would be a reason for it. And if people are identifying content based on that URL, it's probably best to make it descriptive when subdomains have very different content. Plus, many touchscreen devices don't have an easy way to see where a link is point…
Anonymous Open Letter to the Ember.js Core Team
41–44 of 44 posts
Re: Anonymous Open Letter to the Ember.js Core Team
#42Not to sidetrack the conversation, but why is Backbone "a joke"? It seems a bit different in approach from Ember, but I've used it for a pretty big application and it worked great.
Re: Anonymous Open Letter to the Ember.js Core Team
#43Why is there drama for such a small community? Angular doesn't seem to suffer from these constant HN threads.
It shows that Ember.js is a community-driven project. Angular.js OTOH is run by Google, and like everything done by Google is part of their strategy to collect data and increase advertising revenue.
Re: Anonymous Open Letter to the Ember.js Core Team
#44Earlier quoted context omitted.
On the contrary, he's unhappy that contributions (PRs) are ignored.
Pull requests can take more time to process than feature requests, because 1) The code is usually inconsistent with the rest of the project, 2) there are often merge conflicts that the submitter has to resolve 3) people rarely write tests or documentation about the feature.
1) Require the code to be consistent. Tell the submitter how to do this.
2) Merges have to be straight forward, or you don't accept the submission. I think Linus Torvalds has the same strategy for the kernel - you figure out the merge, I'll accept it.
3) That depends a lot on how you set up your tests and documentation. If you make it simple to write both, it's simple to require them. If they're not simple, you should make them.