-
Grasp 0.4.0 released with ES6 support!
29 December 2015
ES6 support!
-
Refactoring JavaScript with Grasp - a real life example
9 February 2014
Islam Sharabash recently read my blog post about how to refactor his JavaScript code with Grasp, a command line utility like
grep
orsed
that allows him to search and replace his JavaScript code based on its structure, rather than simply its text. Using the tool, he wanted to refactor some code to changex.y.last()
tolast(x.y)
, for a pull request he was making on aredridel/html5. -
Grasp 0.2.1 release and project update
21 January 2014
A couple of weeks ago I published a post on Refactoring your JavaScript code with Grasp which received many hits and was widely shared, greatly increasing interest in Grasp! Along with being featured in JavaScript Weekly issue #163, many people tweeted about Grasp - here is a small selection:
-
Refactoring your JavaScript code with Grasp
7 January 2014
There’s more to programming than just writing code. While unlikely, it is possible to write imperfect code the first time through, or have requirements change over time. In these cases, you have to refactor the code you’ve already written to fix mistakes and change functionality.
-
Grasp 0.2.0 released!
17 December 2013
Grasp 0.2.0 has been released!
-
Grasp 0.1.0 released!
2 November 2013
The first version of Grasp, 0.1.0, has been released!