Skip to content

Commit 9786fa0

Browse files
author
Li Haoyi
committed
tweak-readme
1 parent 22004b6 commit 9786fa0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,19 @@ providing automatic diagnostics for [DSLs](#embedding-domain-specific-languages)
2626
This information is also available via an `implicit`, letting you write functions
2727
that automatically pull it in.
2828

29-
Using SourceCode on heavily abstracted code can
30-
help change what you see in debug printouts from this:
29+
Using SourceCode on code dealing with lots of anonymous functions or anonymous
30+
classes can easily turn what you see in your debug printouts from this:
3131

3232
![Before](docs/Before.png)
3333

3434
To this:
3535

3636
![After](docs/After.png)
3737

38-
By automatically capturing source information you can use to give your objects
39-
and function meaningful names that tell you where they were defined.
38+
By capturing source information you can use to give your objects and function
39+
meaningful names that tell you where they were defined, automatically without
40+
needing you to manually assign a string-ID to every anonymous function or
41+
anonymous class you define all over your code bas.
4042

4143
Table of Contents
4244
=================

0 commit comments

Comments
 (0)