> it doesn't converge to a limit as n goes to infinity.
Yes, I think this is more precise way to describe what is happening. I should update the article. But, average that doesn't converge is not a really average in normal sense, so the statement of "average doesn't exist" is not totally wrong?
I agree with fnordsensei's comment about ordering. You might also think about including this example from the docs which demonstrates bindings are immediately available:
Thanks, I didn't think of "organic" one. I searched the key word "Who's Hiring" and see good offerings in developer-centric web sites such as www.npmjs.com.
I am using Backbone.Marionette. I like it because it is simple. Marionette helps you to write consistent codes and avoid javascript chaos even when your project gets bigger. You probably have to write more codes than Angular to archive the same thing, but the effort will pay when your project becomes big because you know what you are doing. No magic exist.
I am not sure about "Provide full resources where available". Why do we need to return everything with DELETE request? Client is supposed to know what to be deleted, so the response seems redundant.
1, I cook because it is another place where I can demonstrate my creativity.
2, I used to. But as I have cooking experiences (more than 5 yrs), I can cook with whatever in my fridge and make decent dishes.
3, I am Japanese and many Japanese cook anything even at home.
4, No.
5, Many good practices in programming are applicable to cooking. That is, focus on one thing at a time, understand and maintain your tools well, keep your env clean, etc.
I had issues to run cucumber tests. There are many tests and they are slow. Some tests are randomly fail affected by the state of other tests. That's why I made baleen. It runs cucumber tests parallel and independently on Docker containers. Unfortunately, I couldn't use in real env because my tests are dependent on Oracle database and running oracle database in each container are slow which defeats the first goal of baleen. Here is also a post about how it works. http://kimh.github.io/blog/en/docker/running-docker-containe...
Yes, I think this is more precise way to describe what is happening. I should update the article. But, average that doesn't converge is not a really average in normal sense, so the statement of "average doesn't exist" is not totally wrong?