Duplication of code (backend and javascript - knockout)
- by Michal B.
We have a new developer in our team. He seems a smart guy (he just came in so I cannot really judge). He started with implementing some small enhancements in the project (MVC3 web application using javascript - jquery and knockout).
Let's say we have two values:
A - quite complex calculation
C - constant
B = A + C
On the screen there is…