↧
Taking over html, css and javascript from someone else
There are two possibilities of joining a project: 1. Starting from scratch 2. Carry on or take over from the middle Starting from scratch is comfy Starting from scratch is nice, because you get to...
View ArticleRefactoring with Unit Tests
I saw the following function in the source of a larger web project and was immediately sceptical $.helperArrayPos = function (array, value) { var i, l = array.length, num = -1; for (i = 0; i < l; i...
View Article