Skip to content Skip to sidebar Skip to footer
Showing posts with the label Refactoring

Procedure Or Tool To Refactor Section Of Javascript To Function

From time to time, I find myself using the same group of statements and I would like to convert the… Read more Procedure Or Tool To Refactor Section Of Javascript To Function

What's The Best Alternative To An Out Of Control Switch Statement?

I have inherited a project that has some huge switch statement blocks, with some containing up to 2… Read more What's The Best Alternative To An Out Of Control Switch Statement?

AngularJS Select Box Generated From Object

I am refactoring some code, and want to change an array of code/name objects to be named objects. I… Read more AngularJS Select Box Generated From Object