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

Js: Rename Variables For Refactor (using An Ast, Not Text)

I often need to rename variables when refactoring code, which I currently do in a somewhat hacky wa… Read more Js: Rename Variables For Refactor (using An Ast, Not Text)

Combine These Specific Javascript Functions

I have these two separate javascript functions that perform the same task using either numbers or w… Read more Combine These Specific Javascript Functions

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

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