Quantcast
Channel: A Frontend Engineer's Blog » refactor
Browsing latest articles
Browse All 2 View Live

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 Article


Refactoring 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

Browsing latest articles
Browse All 2 View Live