I imagine it is related to the first step of colonizing mars, which is figuring out the most efficient way to terraform mars.
True, but it still might be a good proxy to estimate how well a client is doing.
You seem like the guy, who would call car airbags a coping mechanism.
Agree, businesses should just provide a real number of services, that they are willing to provide. That allows customers to more effectively compare different service providers and allows providers to avoid the…
Are you trying to imply, that every physicist working in the academic field, who is not lucky enough to stumble on the correct theory is less productive than Einstein? I thought it was common knowledge, that at least…
I am not a fan of mythologizing people. Most of the listed achievements are just as much the result of the circumstance and should have an asterisk. For example - Einstein was the first to introduce the theory of…
Yep, it is mind boggling. Most people spend more on a single meal than on web content they consume in a single year.
The same could be said about a lot of things, like being able to write a functional solution to a leet code puzzle on a black board in front of an audience. IMHO, an effective interview process should attempt to mimic…
I have been moving towards integration tests as documentation approach, because in a fast moving environment anything that is not constantly verified has a tendency to become false.
Imho, mutating the same object so many times, that a developer can't easily infer already applied changes is also a strong code smell. Fat models tend to encourage it, since all the mutation logic is available to all…
I imagine it is related to the first step of colonizing mars, which is figuring out the most efficient way to terraform mars.
True, but it still might be a good proxy to estimate how well a client is doing.
You seem like the guy, who would call car airbags a coping mechanism.
Agree, businesses should just provide a real number of services, that they are willing to provide. That allows customers to more effectively compare different service providers and allows providers to avoid the…
Are you trying to imply, that every physicist working in the academic field, who is not lucky enough to stumble on the correct theory is less productive than Einstein? I thought it was common knowledge, that at least…
I am not a fan of mythologizing people. Most of the listed achievements are just as much the result of the circumstance and should have an asterisk. For example - Einstein was the first to introduce the theory of…
Yep, it is mind boggling. Most people spend more on a single meal than on web content they consume in a single year.
The same could be said about a lot of things, like being able to write a functional solution to a leet code puzzle on a black board in front of an audience. IMHO, an effective interview process should attempt to mimic…
I have been moving towards integration tests as documentation approach, because in a fast moving environment anything that is not constantly verified has a tendency to become false.
Imho, mutating the same object so many times, that a developer can't easily infer already applied changes is also a strong code smell. Fat models tend to encourage it, since all the mutation logic is available to all…