recently I had a job interview. I had two tasks: 1) to refactor a JavaScript code // The library \'jsUtil\' has a public function that compares 2 arrays, returning true if
“feature branches”is when each feature is developed in its own branch and only merged into the main line when it has been tested and is ready to ship. This allows the product owner to choose the fea
I am trying to define the best way to refactor the project I am working on. Due to lack of good design almost all project is made up of:
On on hand: 1. You never get time to do it. 2. \"Context switching\" is mentally expensive (difficult to leave what you\'re doing in the middle of it).
(I am new to perforce and am trying to avoid getting myself into problems, I have hit problems doing this with other source code control systems)
This is a new application, and I have an index method on a Search controller. This also serves as the home page for the application, and I\'m trying to decide if I am headed down the wrong path from a
Eclipse is warning that I\'m using a deprecated method: eventDay = event.getEvent_s_date().getDate(); So I rewrote it as
what is the best way to optimize the following snippets that uses delegate()? jQuery(\'.menu\').delegate(\'li.gallery\', \'hover\', function () { jQuery(this).children(\'.submenu\').toggleClass(\'hid
I\'ve been assigned to do some work on a huge Java project, and the influence of several iterations of developers is obvious.There is no standard coding style, formatting, naming conventions or class
After months of frustration and of time spent in inserting needles in voodoo dolls of previous developers I decided that it is better try to refactor the legacy code.