Skip to content

Commit

Permalink
SaVes a line :)
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Haase <konstantin.mailinglists@googlemail.com>
  • Loading branch information
Jeff Kreeftmeijer authored and rkh committed Mar 10, 2011
1 parent f68ca76 commit 5d29473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -55,7 +55,7 @@ It's just amazing. No code is faster than no code.
Estimated Average Number of Developers (Effort/Schedule) = 0.03
Total Estimated Cost to Develop = $ 170
(average salary = $56,286/year, overhead = 2.40).

$ sloccount ../sinatra
Total Physical Source Lines of Code (SLOC) = 5,771
Development Effort Estimate, Person-Years (Person-Months) = 1.26 (15.12)
Expand Down Expand Up @@ -93,7 +93,7 @@ Generated using David A. Wheeler's 'SLOCCount'.

['a','b',Rack::Something].map{|e|(e==e.to_s)?(...):(...)}

Safes a line!
Saves a line!

* `e.to_s==e` is shorter than `e.is_a? String` or `String===e`

Expand Down

0 comments on commit 5d29473

Please sign in to comment.