Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
rename to ubelt (which is a name thats faster to type on divorak layout)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictarr committed Sep 25, 2011
1 parent 4157a81 commit 929c355
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{ "name": "d-utils"
{ "name": "ubelt"
, "version": "2.3.3"
, "description": "Dominic's Utilities"
, "description": "utility belt was (Dominic's Utilities)"
, "homepage": "http://github.com/dominictarr/d-utils"
, "repository":
{ "type": "git"
Expand Down
10 changes: 6 additions & 4 deletions readme.markdown
@@ -1,4 +1,4 @@
#Dominic's Utilities
#Utility Belt

writing utilities for doing all the little chores.

Expand All @@ -8,6 +8,8 @@ it's important to abstract and reuse anything that can be.

not to save you from rewriting the code, but to save you from retesting it.

I may have commited a sin by writing this myselfwhen I could just use underscore,
but it is still a great improvement to write an iterator my self just once,
than to write it inline every time I need one.
I may have commited a sin by writing this myself when I have used underscore,
but it is better to NIH just once,
than to write it inline every time I need something.

this is actually starting to become quite useful.

0 comments on commit 929c355

Please sign in to comment.