Some people use the terms Inversion of Control and Dependency Injection interchangeably. Let's see how they're different and how they can work together.
See an overview of an application that can be tuned with Akka, the load tests and tools that can be used to measure app performance, and some test results.
Agreed, there is no easy solution. What I have noticed is that, many times, on our code or the way we name things, there is a lot of implicit knowledge taken from the context. It can be seen when someone new, without contextual knowledge, joins the team and asks questions about the meaning of some names. Making that knowledge explicit when naming things would alleviate these problems
Hi Henry, personally, I'd start with the functional approach all the way to Production. And only if performance turns out to be an issue, I'd change to the imperative one
Comments
Aug 30, 2019 · Charleigh Smith
Hi, thank you for reading the article.
Agreed, there is no easy solution. What I have noticed is that, many times, on our code or the way we name things, there is a lot of implicit knowledge taken from the context. It can be seen when someone new, without contextual knowledge, joins the team and asks questions about the meaning of some names. Making that knowledge explicit when naming things would alleviate these problems
Dec 04, 2018 · Duncan Brown
Hi Henry, personally, I'd start with the functional approach all the way to Production. And only if performance turns out to be an issue, I'd change to the imperative one